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.
Replies: 1 comment
-
|
Duplicate of #2977 (comment). reCAPTCHA is different from other anti-bot services because it may require solving a challenge even if not detecting Selenium or other automation frameworks directly. It does a lot of behavioral analysis, and keeps track of activity coming from IP addresses. If you can't bypass reCAPTCHA with |
Beta Was this translation helpful? Give feedback.
Duplicate of #2977 (comment).
reCAPTCHA is different from other anti-bot services because it may require solving a challenge even if not detecting Selenium or other automation frameworks directly. It does a lot of behavioral analysis, and keeps track of activity coming from IP addresses.
If you can't bypass reCAPTCHA with
solve_captcha(), then you could try solving the audio challenge with an external repo:https://github.com/search?q=pydub.AudioSegment.from_mp3+recaptcha+solver+language%3APython&type=code