diff --git a/spider/main.py b/spider/main.py index 80e1f90..a2a22ac 100644 --- a/spider/main.py +++ b/spider/main.py @@ -103,6 +103,9 @@ class Auto: continue_button = self.tab.ele( 't:button@text():Continue', timeout=1) if continue_button: + # 滚动到最底部 + self.tab.scroll.to_bottom() + self.tab.wait(1) # 判断cf是否通过 bol = self.solve_cloudflare() if not bol: