Captcha solving on Linkedin doesn't work
See original GitHub issueHello,
I have the same Problem as #284 .
My version of puppeteer-extra-plugin-recaptcha is 3.1.18
On this page : https://www.linkedin.com/checkpoint/challenge/AgF1YhmA78AsOwAAAXRyc4GCTuRI9QcrI676g6dbj78-6lgP82Fhse-NsJhyki-_H8tQonF18rP99lib1LXrXXf5gkl_mA?ut=2AJSDT9V70PVo1
This is for the ReCaptcha you get after trying to login to Linkedin. It’s pretty hard to solve as a human (lot of pictures and tests)
Not any Api request is sent when I use await page.solveRecaptchas()
as I can see on 2captcha Dashboard
When I run with debug, here is what I get :
puppeteer-extra-plugin:recaptcha solveRecaptchas +0ms
puppeteer-extra-plugin:recaptcha findRecaptchas +0ms
puppeteer-extra-plugin:recaptcha hasRecaptchaScriptTag false +0ms
puppeteer-extra-plugin:recaptcha _generateContentScript findRecaptchas undefined +0ms
puppeteer-extra-plugin:recaptcha findRecaptchas { captchas: [], error: null } +0ms
puppeteer-extra-plugin:recaptcha solveRecaptchas { captchas: [], solutions: [], solved: [], error: null } +0ms
And the result of await page.solveRecaptchas() is :
{ captchas: [], solutions: [], solved: [], error: null }
You can see in the screenshots the ReCaptcha I’m trying to solve and how it is visible in the Dom.
Thank you for your help 🙂
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top GitHub Comments
Please write only in english.
Thanks!
No code provided, closing.