File tree 3 files changed +0
-40
lines changed
test/unit/webdriver/search_context
3 files changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ class AppiumBy(By):
23
23
ANDROID_VIEWTAG = '-android viewtag'
24
24
ANDROID_DATA_MATCHER = '-android datamatcher'
25
25
ANDROID_VIEW_MATCHER = '-android viewmatcher'
26
- # Deprecated
27
- WINDOWS_UI_AUTOMATION = '-windows uiautomation'
28
26
ACCESSIBILITY_ID = 'accessibility id'
29
27
IMAGE = '-image'
30
28
CUSTOM = '-custom'
Original file line number Diff line number Diff line change @@ -245,7 +245,6 @@ def __init__(
245
245
By .IOS_CLASS_CHAIN = AppiumBy .IOS_CLASS_CHAIN
246
246
By .ANDROID_UIAUTOMATOR = AppiumBy .ANDROID_UIAUTOMATOR
247
247
By .ANDROID_VIEWTAG = AppiumBy .ANDROID_VIEWTAG
248
- By .WINDOWS_UI_AUTOMATION = AppiumBy .WINDOWS_UI_AUTOMATION
249
248
By .ACCESSIBILITY_ID = AppiumBy .ACCESSIBILITY_ID
250
249
By .IMAGE = AppiumBy .IMAGE
251
250
By .CUSTOM = AppiumBy .CUSTOM
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments