recaptcha-solver
recaptcha-solver copied to clipboard
No reCAPTCHA detected in certain cases
My cases is with google lens and google search pages when they present the recaptcha v2. The :visible selector for the bframe is not valid, or due to this it fails to even do anything. If I remove that css selector from the code it works.
Solution until this is addressed in mainline (in package.json):
"postinstall": "sed -i 's/:visible//g' node_modules/recaptcha-solver/lib/index.js node_modules/recaptcha-solver/lib/index.mjs || true"