0.1.1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user