recaptcha-solver icon indicating copy to clipboard operation
recaptcha-solver copied to clipboard

No reCAPTCHA detected in certain cases

Open archfz opened this issue 4 months ago • 0 comments

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"

archfz avatar Sep 20 '25 13:09 archfz