We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd1b06 commit 9e63569Copy full SHA for 9e63569
appium/webdriver/common/appiumby.py
@@ -17,7 +17,6 @@
17
18
class AppiumBy(By):
19
IOS_PREDICATE = '-ios predicate string'
20
- IOS_UIAUTOMATION = '-ios uiautomation'
21
IOS_CLASS_CHAIN = '-ios class chain'
22
ANDROID_UIAUTOMATOR = '-android uiautomator'
23
ANDROID_VIEWTAG = '-android viewtag'
appium/webdriver/webdriver.py
@@ -240,7 +240,6 @@ def __init__(
240
self._update_command_executor(keep_alive=keep_alive)
241
242
# add new method to the `find_by_*` pantheon
243
- By.IOS_UIAUTOMATION = AppiumBy.IOS_UIAUTOMATION
244
By.IOS_PREDICATE = AppiumBy.IOS_PREDICATE
245
By.IOS_CLASS_CHAIN = AppiumBy.IOS_CLASS_CHAIN
246
By.ANDROID_UIAUTOMATOR = AppiumBy.ANDROID_UIAUTOMATOR
0 commit comments