Multi-browser and packaging problem #1238
-
hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If |
Beta Was this translation helpful? Give feedback.
-
hi, |
Beta Was this translation helpful? Give feedback.
-
If |
Beta Was this translation helpful? Give feedback.
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