Skip to content

The way not to start driver until self.driver.uc_open_with_reconnect() #2605

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

You must be logged in to vote

The pytest formats all spin up the browser at the beginning of the test (and close it at the end).

If you want to spin up the browser at specific times, use the SB(uc=True) or Driver(uc=True) formats.
More info in help_docs/uc_mode.md and at the end of help_docs/syntax_formats.md

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