Replies: 1 comment 2 replies
-
|
https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_copilot.py is a good example of handling random CAPTCHAs that may appear. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
i can automate login part which is bypassed by solve_captcha succesfully with minimum interaction but my site has another random captchas and they can appear after any click to certain elements and that captcha appears like microsoft copilot captcha, sometimes it passes automatically but sometimes it wants you to click and submit it. So i tried to check input=disabled which is in cf captcha,even i can detect if captcha is on screen problem is im gettting banned after a few try.. what would you recommend .. I wonder that if we check for input= disabled is this trigger something? if input disabled does not trigger something my problem should not be in captcha parts...
btw i also tried to check it with submit button which is also right uner the captcha and wants you to click even it solves automatically but still dont know which one is really safe and how do i use them?
Respect
Beta Was this translation helpful? Give feedback.
All reactions