Unable to Click on Cloudflare Challenge Captcha! #3427
-
|
Hey, Thanks for the useful seleniumbase. I want to scrape site but it has cloudflare challenge but location of the captcha isn't default you can see the image below. Html: My code: I tried: ~ I have tried --debug with uc_gui_click_x_y mode to detect the location but its not valid its automatically clicking and gives me wrong coordinates Note: if you want to test you can use low quality proxy or vpn |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
When the CF Turnstile isn't in the usual location, use It's possible I may implement something like that directly into |
Beta Was this translation helpful? Give feedback.
When the CF Turnstile isn't in the usual location, use
sb.cdp.gui_click_element(selector).Sometimes that requires other modifications, like below: