Puppeteer triggers captcha always and I can never complete it..
See original GitHub issue puppeteer.launch({executablePath: "C:/Users/DDM/AppData/Local/Google/Chrome/Application/chrome.exe", headless: false, slowMo:10, ignoreDefaultArgs: ['--enable-automation'], args: ["--proxy-server=http://" + proxy]}).then(async browser => {
const page = await browser.newPage()
These are my launch options, any site I try with captcha, it does not work. Tried Chromium and Chrome.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11
Top Results From Across the Web
puppeteer - identify when reCaptcha challenge becomes ...
Using puppeteer, my goal is to wait for and identify when the challenge (having to pick specific images from a grid) becomes visible...
Read more >Bypassing CAPTCHAs with Headless Chrome - Jarrod Overson
If your CAPTCHA is not ready then you'll receive a “CAPTCHA_NOT_READY” response which indicates you need to try again in a second or...
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 >How to bypass reCAPTCHA with Puppeteer and Headless ...
Your browser can ' t play this video. ... integrate 2Captcha captcha solver with puppeteer and headless chrome to bypass Google's reCAPTCHA.
Read more >How to Bypass CAPTCHAs When Web Scraping - Proxyway
This article will teach you about CAPTCHAs, their triggers, challenge types, ... But it doesn't mean there's nothing you can do about them....
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
@nicoandmee is puppeteer-theater repo still available, or a recommended alternative? 😃 Thanks!!!
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!