From e97cdb28677c27746f5e94c240ca91621e706a34 Mon Sep 17 00:00:00 2001 From: zhao-zg <61549925+zhao-zg@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:19:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20login.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login.py b/login.py index 4956e51..19bded1 100644 --- a/login.py +++ b/login.py @@ -832,7 +832,7 @@ async def verification(page): # 双重校准终点(应对任何残余误差) await page.mouse.move(end_x, start_y, steps=5) - await page.wait_for_timeout(random.randint(50, 150)) + await page.waitFor(random.randint(100,300)) await page.mouse.up() logger.info("过滑块结束")