Skip to content

Commit 706f3f5

Browse files
authored
chore: remove deprecated AppiumBy.WINDOWS_UI_AUTOMATION (#968)
1 parent 08d7fbb commit 706f3f5

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

appium/webdriver/common/appiumby.py

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class AppiumBy(By):
2323
ANDROID_VIEWTAG = '-android viewtag'
2424
ANDROID_DATA_MATCHER = '-android datamatcher'
2525
ANDROID_VIEW_MATCHER = '-android viewmatcher'
26-
# Deprecated
27-
WINDOWS_UI_AUTOMATION = '-windows uiautomation'
2826
ACCESSIBILITY_ID = 'accessibility id'
2927
IMAGE = '-image'
3028
CUSTOM = '-custom'

appium/webdriver/webdriver.py

-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ def __init__(
245245
By.IOS_CLASS_CHAIN = AppiumBy.IOS_CLASS_CHAIN
246246
By.ANDROID_UIAUTOMATOR = AppiumBy.ANDROID_UIAUTOMATOR
247247
By.ANDROID_VIEWTAG = AppiumBy.ANDROID_VIEWTAG
248-
By.WINDOWS_UI_AUTOMATION = AppiumBy.WINDOWS_UI_AUTOMATION
249248
By.ACCESSIBILITY_ID = AppiumBy.ACCESSIBILITY_ID
250249
By.IMAGE = AppiumBy.IMAGE
251250
By.CUSTOM = AppiumBy.CUSTOM

test/unit/webdriver/search_context/windows_test.py

-37
This file was deleted.

0 commit comments

Comments
 (0)