-
No problems in browser as a human. Also can access other parts of the website with seleniumbase. This page (as example) get's caught every time. Ideas? tried lots of versions of SB()....no luckurl = "https://seleniumbase.io/apps/turnstile" Already tried things here (after already trying other standard examples) |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Oct 18, 2024
Replies: 1 comment 2 replies
-
This works for me: from seleniumbase import SB
with SB(uc=True, incognito=True) as sb:
url = "https://www.glassdoor.com/Reviews/index.htm"
sb.uc_open_with_reconnect(url, 4)
sb.uc_gui_click_captcha() |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works for me: