reCaptcha and headless browser

olivier

Senior Member
Joined
Apr 3, 2009
Messages
1,063
Reaction score
888
Im trying to fill up online form.
Made a script using Node and JavaScript and running it node myscript.js.

Im creating browser with HEAD show it shows me the actual stuff, so i can debug.
Everything works until i get to captcha page

Its a reCaptcha v2 or v3. Dunno exactly.
It doesnt matter atm.

It shows me an error: Please upgrade to a supported browser to get a reCAPTCHA challenge.

Javascript is enabled, what else to try?
I guess it doesnt like that Chrome is controlled by automated test software.

Anybody had same issue? How you resolved it?
Thanks
 
Yes, I got a better user agent and now captcha appears rarely.

Will take a look at this Javascript user agent tool.


Thank you both!
 
Yes, I got a better user agent and now captcha appears rarely.

Will take a look at this Javascript user agent tool.


Thank you both!
Take a look into puppeteer stealth mode you'll forget about CAPTCHA then hahaha
 
Back
Top