Skip to content

Releases: detroit-labs/katalon-mobile-util

1.2.0

01 Aug 17:20
Compare
Choose a tag to compare

Add ability to convert from Selenium and Appium'sRemoteWebElement, WebElement, and MobileElement to Katalon Studio's TestObject:

TestObjectConverter.fromElement()
TestObjectConverter.fromElements()

1.1.0

25 Jul 21:22
Compare
Choose a tag to compare

Add new TestObject types to the Finder:

  • Checkboxes (Finder.findCheckbox())
  • Images (Finder.findImage())
  • Links (Finder.findLink())
  • Segmented Controls (Finder.findSegmentedControl())
  • Switches (Finder.findSwitch())

Allow overriding of the iOS/Android object repository directories:

  • Finder.setIOSRepository()
  • Finder.setAndroidRepository()

Breaking Changes:
Default iOS/Android repositories are now:

  • iOS Objects
  • Android Objects

1.0.0

16 Jul 17:56
Compare
Choose a tag to compare

Initial katalon-mobile-util library with support for:

  • Device
  • Logging
  • TestObject Finder
  • Textfield
  • Touch/Scrolling