Files
appium/test
bootstraponline f75f1adf4a Fix UiSelector instance in find_elements
If a UiSelector already uses instance, then invoking instance again
will replace the original instance number. The UiSelector will then
point to a completely different element.

To fix this problem, these selectors ending with instance are detected
via a regex and the extra .instance call is avoided.
2014-10-02 09:27:55 -04:00
..
2014-09-29 19:46:26 +08:00
2014-09-19 22:11:22 +08:00
2014-03-26 20:59:19 +08:00

Here's a list of things that aren't tested in this suite:

  • real devices
  • SafariLauncher
  • --default-device vs not (depends on server args during test)
  • different locations of node on system (for appium-instruments)
  • node install in appium.app (for appium-instruments)
  • android with --udid (even if emulator)
  • --avd / avdName
  • sudo grunt authorize