ReCaptcha solving error on UC mode #3565
-
Hey guys 👋 I have a scenario where I need to solve both Cloudflare and reCAPTCHA challenges. Thanks for advance 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It sounds like you used UC Mode to solve a Cloudflare CAPTCHA, and it worked. SeleniumBase has its own CAPTCHA-solving tools. Check the UC Mode docs, the CDP Mode docs, and the many examples in the examples folder and in the CDP Mode examples folder. If you have an issue, you need to include the relevant SeleniumBase code, and any stack traces. |
Beta Was this translation helpful? Give feedback.
It sounds like you used UC Mode to solve a Cloudflare CAPTCHA, and it worked.
But then you used an external tool, CapSolver, to solve reCAPTCHA, and it didn't work.
This is the SeleniumBase repo, not CapSolver. If you have an issue with an external tool, you should ask them.
SeleniumBase has its own CAPTCHA-solving tools. Check the UC Mode docs, the CDP Mode docs, and the many examples in the examples folder and in the CDP Mode examples folder.
If you have an issue, you need to include the relevant SeleniumBase code, and any stack traces.
The only code you included wasn't using SeleniumBase at all. (It was only using regular Selenium with an external tool.)