Skip to content

Commit 9e63569

Browse files
authored
chore: remove IOS_UIAUTOMATION (#979)
BREAKING: remove obsolete IOS_UIAUTOMATION
1 parent 7bd1b06 commit 9e63569

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

appium/webdriver/common/appiumby.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
class AppiumBy(By):
1919
IOS_PREDICATE = '-ios predicate string'
20-
IOS_UIAUTOMATION = '-ios uiautomation'
2120
IOS_CLASS_CHAIN = '-ios class chain'
2221
ANDROID_UIAUTOMATOR = '-android uiautomator'
2322
ANDROID_VIEWTAG = '-android viewtag'

appium/webdriver/webdriver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def __init__(
240240
self._update_command_executor(keep_alive=keep_alive)
241241

242242
# add new method to the `find_by_*` pantheon
243-
By.IOS_UIAUTOMATION = AppiumBy.IOS_UIAUTOMATION
244243
By.IOS_PREDICATE = AppiumBy.IOS_PREDICATE
245244
By.IOS_CLASS_CHAIN = AppiumBy.IOS_CLASS_CHAIN
246245
By.ANDROID_UIAUTOMATOR = AppiumBy.ANDROID_UIAUTOMATOR

0 commit comments

Comments
 (0)