zfcsoftware / puppeteer-real-browser

This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.
https://www.npmjs.com/package/puppeteer-real-browser
MIT License
622 stars 84 forks source link

undesired mouse click after cloudflare captcha solved #149

Closed crossSiteKikyo closed 1 month ago

crossSiteKikyo commented 1 month ago

mouse clicked after captcha solved.webm

turnstile: true setting, often mouse clicked after cloudflare captcha solved. Mouse click same coordiante as the captcha checkbox.

Tomsonx232 commented 1 month ago

I am seeing this behavior on my crawler too. After captcha is solved it keeps clicking which can be problematic if I'm trying to put in a password after the captcha is solved

Tomsonx232 commented 1 month ago

here is an example of what I explained in my last comment click-example.webm

zfcsoftware commented 1 month ago

I applied a fix, can you try again?

crossSiteKikyo commented 1 month ago

it works well. thanks for fix!