Skip to content

Commit

Permalink
chore: remove IOS_UIAUTOMATION (#979)
Browse files Browse the repository at this point in the history
BREAKING: remove obsolete IOS_UIAUTOMATION
  • Loading branch information
zeufack committed Apr 11, 2024
1 parent 7bd1b06 commit 9e63569
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion appium/webdriver/common/appiumby.py
Expand Up @@ -17,7 +17,6 @@

class AppiumBy(By):
IOS_PREDICATE = '-ios predicate string'
IOS_UIAUTOMATION = '-ios uiautomation'
IOS_CLASS_CHAIN = '-ios class chain'
ANDROID_UIAUTOMATOR = '-android uiautomator'
ANDROID_VIEWTAG = '-android viewtag'
Expand Down
1 change: 0 additions & 1 deletion appium/webdriver/webdriver.py
Expand Up @@ -240,7 +240,6 @@ def __init__(
self._update_command_executor(keep_alive=keep_alive)

# add new method to the `find_by_*` pantheon
By.IOS_UIAUTOMATION = AppiumBy.IOS_UIAUTOMATION
By.IOS_PREDICATE = AppiumBy.IOS_PREDICATE
By.IOS_CLASS_CHAIN = AppiumBy.IOS_CLASS_CHAIN
By.ANDROID_UIAUTOMATOR = AppiumBy.ANDROID_UIAUTOMATOR
Expand Down

0 comments on commit 9e63569

Please sign in to comment.