-
When I run the code with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The If you want to spin up the browser at specific times, use the |
Beta Was this translation helpful? Give feedback.
-
When I run the code with |
Beta Was this translation helpful? Give feedback.
-
The If you want to spin up the browser at specific times, use the |
Beta Was this translation helpful? Give feedback.
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)
orDriver(uc=True)
formats.More info in help_docs/uc_mode.md and at the end of help_docs/syntax_formats.md