File tree Expand file tree Collapse file tree 3 files changed +0
-40
lines changed
test/unit/webdriver/search_context Expand file tree Collapse file tree 3 files changed +0
-40
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments