Click CheckBox Not Working #2893
-
When running the codes on regular devices, everything works normally. the problem If you run the codes on RDP or VPS, everything works fine as long as you are connected to the server. If you exit and leave the codes running, the check box will not be passed.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The Now, you have to use |
Beta Was this translation helpful? Give feedback.
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 usespyautogui
to click.