-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ReCaptcha solving error on UC mode #3565
-
Hey guys 👋
I have a scenario where I need to solve both Cloudflare and reCAPTCHA challenges.
When I proceed using UC mode, I can pass the Cloudflare check. However, for the subsequent reCAPTCHA, I’m using CapSolver.
I set the token returned by CapSolver in the appropriate field, but it still shows a warning as if the challenge hasn’t been solved.
I adapted CapSolver using the script.
How can I resolve this issue?
Thanks for advance 🙏
Beta Was this translation helpful? Give feedback.
All reactions
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.)
Replies: 1 comment
-
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.)
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1