Multi-browser and packaging problem #1238
Answered
by
mdmintz
c350147221
asked this question in
Q&A
|
hi, |
Answered by
mdmintz
Feb 28, 2022
Replies: 1 comment
|
If |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
__check_scope()throwsOutOfScopeException, it means that you're not callingsetUp()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.mdIf 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