Replies: 1 comment
-
|
Did you tried selecting with a keyboard command like 'space' or 'enter' with something like pyautogui? hcaptcha is very difficult to bypass... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think that selenium clicks are detectable for hcaptcha, because when I solve it manually I get success on the page but when I use selenium clicks I don't, is there any way to make these clicks more "humanized"? I'm currently using this to click
actions.move_to_element_with_offset(element, random.uniform(-5, 5), random.uniform(-5, 5)).click().perform()Beta Was this translation helpful? Give feedback.
All reactions