Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove IOS_UIAUTOMATION #979

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion appium/webdriver/common/appiumby.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading