{{ message }}
-
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Mar 22, 2026
Replies: 1 comment 1 reply
-
|
Even if the CAPTCHA is automatically solved when loading the page, calling from seleniumbase import SB
with SB(uc=True, test=True, guest=True) as sb:
url = "www.planetminecraft.com/account/sign_in/"
sb.activate_cdp_mode(url)
sb.sleep(3)
sb.solve_captcha()
sb.wait_for_element_absent("input[disabled]")
sb.sleep(2) |
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

Even if the CAPTCHA is automatically solved when loading the page, calling
solve_captcha()won't hurt. Eg: