MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / tearDown

Method tearDown

examples/test_todomvc.py:11–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9 self.open_new_window()
10
11 def tearDown(self):
12 self.save_teardown_screenshot()
13 self.driver.close()
14 super().tearDown()
15
16 @parameterized.expand([["jquery"], ["react"], ["vue"]])
17 def test_todomvc(self, framework):

Calls 2

closeMethod · 0.80

Tested by

no test coverage detected