mirror of
https://github.com/zhao-zg/jd-login.git
synced 2026-01-12 14:00:43 +08:00
Update login.py
This commit is contained in:
parent
1852ec734d
commit
f4bba3a736
2
login.py
2
login.py
@ -794,7 +794,7 @@ async def verification(page):
|
|||||||
box["x"] + distance, box["y"], {"steps": 10}
|
box["x"] + distance, box["y"], {"steps": 10}
|
||||||
)
|
)
|
||||||
await page.waitFor(
|
await page.waitFor(
|
||||||
random.randint(100, 500)
|
random.randint(200, 500)
|
||||||
)
|
)
|
||||||
await page.mouse.up()
|
await page.mouse.up()
|
||||||
logger.info("过滑块结束")
|
logger.info("过滑块结束")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user