Skip to content

pytest won't reach breakpoint() after seleniumbase upgrade #2713

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

You must be logged in to vote

This worked for me:

from seleniumbase import SB

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

If that didn't put you in a breakpoint, then there may be something up with your environment configuration.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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