Skip to content

Click CheckBox Not Working #2893

Answered by mdmintz
SaberTawfiq asked this question in Q&A
Jul 1, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

The uc_click(selector) method is no longer effective on Cloudflare Turnstile checkboxes because they are detecting JavaScript in the browser now. (See #2865). Before, they were only looking for Selenium (and other known bots).

Now, you have to use uc_gui_handle_cf(), which uses pyautogui to click.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@alish511
Comment options

@mdmintz
Comment options

@chaiwebs
Comment options

@mdmintz
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants