We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d914a commit aed0176Copy full SHA for aed0176
seleniumbase/fixtures/base_case.py
@@ -69,10 +69,7 @@ class BaseCase(unittest.TestCase):
69
70
def __init__(self, *args, **kwargs):
71
super(BaseCase, self).__init__(*args, **kwargs)
72
- try:
73
- self.driver = WebDriver()
74
- except Exception:
75
- pass
+ self.driver = None
76
self.environment = None
77
self._last_url_of_delayed_assert = "data:,"
78
self._page_check_count = 0
0 commit comments