-
Notifications
You must be signed in to change notification settings - Fork 1.4k
-
I wrote a parser using seleniumbase tools. And my script successfully bypassed the datadome captcha using sb.disconnect()
and pyautogui
. However, after some time this method stopped working. And now the captcha always blocks me after I move the slider. It turns out that despite the fact that the webdriver is disabled, the captcha still detects me. How can I avoid this?
Beta Was this translation helpful? Give feedback.
All reactions
At that point, they’re probably blocking you based on IP address. You would need to change proxy settings to get a new IP address.
Replies: 2 comments 1 reply
-
At that point, they’re probably blocking you based on IP address. You would need to change proxy settings to get a new IP address.
Beta Was this translation helpful? Give feedback.
All reactions
-
with SB(uc=True, proxy=proxy, incognito=True) as sb:
Michael, hi. Thanks for the quick reply, but I change the proxy every time. Maybe the captcha is blocking me because it has collected a lot of the same data. Maybe it is blocking all requests from the Linux system and a clean browser. Because it works from Windows for now.
Beta Was this translation helpful? Give feedback.
All reactions
-
Try GitHub Actions. Linux tests with CAPTCHA-bypass are working there. Eg:
https://github.com/mdmintz/undetected-testing/actions/runs/13055812871/job/36426430645
Beta Was this translation helpful? Give feedback.