Skip to content

Discord registration, Driver vs BaseCase vs SB #2752

Answered by mdmintz
spacejlyfish asked this question in Q&A
Discussion options

You must be logged in to vote

This worked for me: (Loaded the page normally)

from seleniumbase import SB

with SB(uc=True, test=True, incognito=True) as sb:
    url = "https://discord.com/register"
    sb.driver.uc_open_with_reconnect(url, 5)

    breakpoint()

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@spacejlyfish
Comment options

@mdmintz
Comment options

@spacejlyfish
Comment options

@mdmintz
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