|
When I run the code with |
Answered by
mdmintz
Mar 15, 2024
Replies: 1 comment
|
The If you want to spin up the browser at specific times, use the |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
pytestformats 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)orDriver(uc=True)formats.More info in help_docs/uc_mode.md and at the end of help_docs/syntax_formats.md