diff --git a/spider/main.py b/spider/main.py index bbd573e..2d73b9d 100644 --- a/spider/main.py +++ b/spider/main.py @@ -118,6 +118,7 @@ class Auto: continue else: logger.debug("Cloudflare验证成功..") + self.tab.wait(3) continue_button.click() logger.debug("点击Continue按钮成功") self.tab.wait(1.5) @@ -361,6 +362,7 @@ class Auto: self.tab.wait(0.1) else: logger.debug("Cloudflare验证成功.") + self.tab.wait(3) logger.debug(f"点击Submit按钮") self.tab.ele('t:button@text():Submit').click() break