-
Notifications
You must be signed in to change notification settings - Fork 1.4k
reCAPTCHAs detecting SeleniumBase #3412
-
Hello, I keep getting the error 'Your computer or network may be sending automated queries' even when manually solving reCAPTCHAs on a browser launched with SeleniumBase. This issue doesn't occur on an anti-detect browser, so it seems Google is detecting the browser launched by SeleniumBase. Any suggestions?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
Duplicate of #2977 (comment).
reCAPTCHA is different from other anti-bot services because it throws CAPTCHAs even if not detecting Selenium.
Instead of bypassing reCAPTCHA, solve the audio challenge with an external repo:
https://github.com/search?q=pydub.AudioSegment.from_mp3+recaptcha+solver+language%3APython&type=code
Replies: 1 comment
-
Duplicate of #2977 (comment).
reCAPTCHA is different from other anti-bot services because it throws CAPTCHAs even if not detecting Selenium.
Instead of bypassing reCAPTCHA, solve the audio challenge with an external repo:
https://github.com/search?q=pydub.AudioSegment.from_mp3+recaptcha+solver+language%3APython&type=code
Beta Was this translation helpful? Give feedback.