Skip to content

Multi-browser and packaging problem #1238

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

You must be logged in to vote

If __check_scope() throws OutOfScopeException, it means that you're not calling setUp() for the scope of your SeleniumBase methods. You can try following the syntax formats listed here to help you stay on track: https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md
If you need another driver in your test, call self.get_new_driver(). Example test for that here: https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_multiple_drivers.py

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