This commit is contained in:
2025-11-21 09:58:05 +08:00
parent a92c41f272
commit 2ac6e536d9
3 changed files with 6 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ class Auto:
continue_button.click()
logger.debug("点击Continue按钮成功")
self.tab.wait(1.5)
bol = self.tab.ele('t:div@text():Loading...', timeout=1)
bol = self.tab.ele('@text():Loading', timeout=1)
if bol:
logger.debug("Loading...")
if bl: