mirror of
https://github.com/appium/appium.git
synced 2026-05-21 19:38:52 -05:00
9a7594870c
Add deprecation warnings for class name, tag name locator strategies. Deprecations warnings will now be thrown for: * 'tag name' in the native context * 'class name' in the native context * 'class name' in the web context 'class_name' is now a valid locator strategy for checkValidLocStrat Add test for new class name locator rename createCommand createGetElementCommand Adding unit tests for new exception throwing Add test for incorrect UIA class names
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)
- unexpected instruments crash mid-test
- different locations of node on system (for appium-instruments)
- node install in appium.app (for appium-instruments)
- android with --udid (even if emulator)
- {launch: false} caps
- setting locale
- --avd / avdName
- safari ipad
- sudo grunt authorize