Skip to content

1.9.0

Compare
Choose a tag to compare
@ctrevarthen ctrevarthen released this 14 Dec 21:08
  • Update to support Katalon 5.9.1
  • Add Logger.close() to print a closing message when ending a test or test suite
  • Update Button.tap() to alternatively take in a TestObject
  • Add TextField.typeText(String text) so that we can type in the currently selected TextField (useful when tabbing through TextFields)
  • XPath label checking now looks at the start of a string instead of requiring a whole string match