From 5218de907610b5550be745c39d4ae039993411c6 Mon Sep 17 00:00:00 2001 From: zhaoyafan Date: Sat, 13 May 2023 18:11:53 +0800 Subject: [PATCH] Commit. --- Lib/Mobile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/Mobile.py b/Lib/Mobile.py index dce76a0..fdabe97 100644 --- a/Lib/Mobile.py +++ b/Lib/Mobile.py @@ -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)