Compare commits

..

No commits in common. "9334bb6af90ec628c220cf530077aaaea1265178" and "697210b4b66e8203b332510f23f41edc6fa35be2" have entirely different histories.

View File

@ -794,10 +794,6 @@ async def verification(page):
el = await page.querySelector(
"#captcha_modal > div > div.captcha_footer > div > div.sp-msg"
)
if not el:
el = await page.querySelector(
"#captcha_modal > div > div.captcha_footer > div > img"
)
box = await el.boundingBox()
distance = await get_distance()
await page.mouse.move(box["x"] + 10, box["y"] + 10)