Skip to content
Discussion options

You must be logged in to vote

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

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)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kijresil
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants