Skip to content

1.3.0

Compare
Choose a tag to compare
@ctrevarthen ctrevarthen released this 24 Aug 02:59
  • Add ability to find a particular Label in a list using its index with Finder.findLabelAtIndex().
  • Add one-line convenience function to tap a Button without having to find it in a separate line with Button.tap()
  • Better exception messaging when items in a scroll list don't match the item you requested

Known Bugs

  • Finder.findLabelAtIndex() may not work for long lists where the element you request is off the screen.