We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--ftrace
SB()
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This option, (which already exists for pytest), opens debug mode at the end of the test (in BaseCase tearDown()) before the browser window is closed.
pytest
BaseCase
tearDown()
Here's an example script that uses the SB() manager: SeleniumBase/examples/raw_sb.py
The text was updated successfully, but these errors were encountered:
selenium
This was resolved in 4.20.0 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.20.0
4.20.0
Sorry, something went wrong.
mdmintz
Successfully merging a pull request may close this issue.
Add
--ftrace
toSB()
manager command-line optionsThis option, (which already exists for
pytest
), opens debug mode at the end of the test (inBaseCase
tearDown()
) before the browser window is closed.Here's an example script that uses the
SB()
manager: SeleniumBase/examples/raw_sb.pyThe text was updated successfully, but these errors were encountered: