0.0.9
This commit is contained in:
@@ -103,6 +103,9 @@ class Auto:
|
|||||||
continue_button = self.tab.ele(
|
continue_button = self.tab.ele(
|
||||||
't:button@text():Continue', timeout=1)
|
't:button@text():Continue', timeout=1)
|
||||||
if continue_button:
|
if continue_button:
|
||||||
|
# 滚动到最底部
|
||||||
|
self.tab.scroll.to_bottom()
|
||||||
|
self.tab.wait(1)
|
||||||
# 判断cf是否通过
|
# 判断cf是否通过
|
||||||
bol = self.solve_cloudflare()
|
bol = self.solve_cloudflare()
|
||||||
if not bol:
|
if not bol:
|
||||||
|
|||||||
Reference in New Issue
Block a user