mirror of
https://github.com/zhao-zg/jd-login.git
synced 2026-01-12 05:10:42 +08:00
更新 login.py
This commit is contained in:
parent
72f91fb3b8
commit
e97cdb2867
2
login.py
2
login.py
@ -832,7 +832,7 @@ async def verification(page):
|
|||||||
|
|
||||||
# 双重校准终点(应对任何残余误差)
|
# 双重校准终点(应对任何残余误差)
|
||||||
await page.mouse.move(end_x, start_y, steps=5)
|
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()
|
await page.mouse.up()
|
||||||
logger.info("过滑块结束")
|
logger.info("过滑块结束")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user