[Bug] Recaptcha plugin is only retrieving some of the recaptchas on the site
See original GitHub issueDescribe the bug
Hello,
I’m using the plugin puppeteer-extra-plugin-recaptcha, but the method page.findRecaptchas()
its only finding 1 of 4 recaptchas on the site. This site uses reCAPTCHA v2. I also tried to wait for more time until the page fully reloads, and i also try to find recaptchas frame by frame.
Any feedback?
Code Snippet
Versions
“puppeteer”: “^9.0.0”, “puppeteer-extra-plugin-recaptcha”: “^3.3.10”, “puppeteer-extra-plugin-stealth”: “^2.7.7”
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Recaptcha V3 causing form to not work on 5.2 update
So it is NOT a theme or plugin conflict. If I disable the V3 captcha, the form sends. With it enabled, I get...
Read more >reCAPTCHA Help
reCAPTCHA is a free service from Google that helps protect websites from spam and abuse. A “CAPTCHA” is a turing test to tell...
Read more >Google ReCaptcha - Joomla! Documentation
Set up Captcha - reCAPTCHA Plugin (V2 Only). Log into your Website's Administrator. Go to Extensions → Plugins → CAPTCHA - reCAPTCHA; Edit...
Read more >Troubleshooting | reCAPTCHA
It's hard to generalize about what this code looks like but here are some clues that may help you: if your form can...
Read more >How do I show multiple recaptchas on a single page?
There is no need to clone the Recaptcha nor try to workaround the problem. ... But how can you retrieve the widget id...
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
(the issue from @saimfd is resolved - the site in question switched to recaptcha.net which requires the latest recaptcha plugin to be used)
I could confirm the issue @notsofunctional reported and found a bug in the deduplication code that can result in not all recaptchas being detected when multiple are present and a couple of other things to optimize, new version with fixes will be ready soon.
@notsofunctional apologies for the slight delay, #496 has just landed and released as
puppeteer-extra-plugin-recaptcha@3.4.0