From 14aef04d1baf66a38f160e20163bf320171dfd4d Mon Sep 17 00:00:00 2001 From: bvwl <2201101122@qq.com> Date: Fri, 21 Nov 2025 00:20:03 +0800 Subject: [PATCH] 0.0.9 --- spider/main.py | 3 +++ 1 file changed, 3 insertions(+) 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: