-
I am trying to open here the code
|
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jan 18, 2025
Replies: 1 comment 1 reply
-
If there's a redirect, there's a redirect. It won't be prevented. from seleniumbase import SB
with SB(uc=True, test=True) as sb:
url = "https://chatgpt.com"
sb.activate_cdp_mode(url)
sb.uc_gui_click_captcha()
sb.sleep(5) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there's a redirect, there's a redirect. It won't be prevented.
Perhaps the better question is how to be stealthier. Use this: