-
from seleniumbase import SB def openpage(sb): def verify(sb): with SB(uc=True) as sb: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
If you need clicks to go undetected, try the UC Mode examples that click undetected:
(Those checkboxes are located in iframes, so you need to switch into them first, carefully.) |
Beta Was this translation helpful? Give feedback.
-
Damn so many of you guys have issues with this so let's self-leak my insane method for getting rid of that annoying captcha.
So after you add this to your codebase usage would be like this:
In 99% of cases code above works. Sometimes you might get 'Captcha solve failure' which can be caused by plenty of things and more research would be required. Also, I noticed that your target changed Turnstaile to ReCaptcha after a few requests in a row so you would need to implement bypass for it as well. |
Beta Was this translation helpful? Give feedback.
-
Thanks Got it |
Beta Was this translation helpful? Give feedback.
-
Looks like it's due to it's in shadow root dom |
Beta Was this translation helpful? Give feedback.
If you need clicks to go undetected, try the UC Mode examples that click undetected:
(Those checkboxes are located in iframes, so you need to switch into them first, carefully.)