This commit is contained in:
zhaoyafan 2023-05-13 18:11:53 +08:00
parent 2ba2bb3a0e
commit 5218de9076
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ class Browser(browser_webdriver):
'text-matches': 'textMatches',
'text-starts-with': 'textStartsWith'
}
# For more information, please go to https://edeveloper.android.google.cn/reference/androidx/test/uiautomator/uiselector
convert_attr_list = convert.keys()
b = self
t = len(args)