Commit.
This commit is contained in:
parent
2ba2bb3a0e
commit
5218de9076
|
@ -192,6 +192,7 @@ class Browser(browser_webdriver):
|
||||||
'text-matches': 'textMatches',
|
'text-matches': 'textMatches',
|
||||||
'text-starts-with': 'textStartsWith'
|
'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()
|
convert_attr_list = convert.keys()
|
||||||
b = self
|
b = self
|
||||||
t = len(args)
|
t = len(args)
|
||||||
|
|
Loading…
Reference in New Issue