How to skip Google recaptcha in puppeteer?
See original GitHub issueSo I am trying to access https://my.outbrain.com/login
URL and whenever I enter the login and press enter, it shows Google ReCaptcha:
How can I skip or bypass this ReCaptcha?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
Bypassing CAPTCHAs with Headless Chrome using puppeteer
4 Answers 4 · Enable stealth mode (via puppeteer-extra-plugin-stealth) · Randomize User-agent or Set a valid one (via random-useragent) · Randomize ...
Read more >How to bypass Gmail captcha using Puppeteer and Node.js
type('input[type="password"]', process.env.password); // Password login await page.waitForSelector("#passwordNext", { visible: true }); await ...
Read more >Bypassing CAPTCHAs with Headless Chrome - Jarrod Overson
Using 2Captcha and Puppeteer to automate through CAPTCHAs ... If you don't score above Google's human threshold then reCAPTCHA falls back to a...
Read more >puppeteer-extra-plugin-recaptcha - npm
A puppeteer-extra plugin to solve reCAPTCHAs and hCaptchas automatically.. Latest version: 3.6.6, last published: 6 months ago.
Read more >Bypassing Recaptcha V2 with NodeJS and Puppeteer
You've learned how to bypass a form with Recaptcha V2 in it's simplest implementation way - with "g-recaptcha-response" textarea as part of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vyomsrivastava try forcing user agent
We are closing this issue. If the issue still persists in the latest version of Puppeteer, please reopen the issue and update the description. We will try our best to accomodate it!