mirror of
https://github.com/appium/appium.git
synced 2026-05-13 06:18:42 -05:00
f75f1adf4a
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.
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