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

Method stop

seleniumbase/core/sb_cdp.py:2166–2168  ·  view source on GitHub ↗

Same as quit()

(self)

Source from the content-addressed store, hash-verified

2164 self.loop.run_until_complete(self.page.wait(0.2))
2165
2166 def stop(self):
2167 """Same as quit()"""
2168 self.quit()
2169
2170 def quit(self):
2171 """Quit the browser in the Pure CDP Mode Sync format."""

Callers 15

afterTestMethod · 0.45
SBFunction · 0.45
pytest_runtest_teardownFunction · 0.45
tearDownMethod · 0.45
mainFunction · 0.45
start_testMethod · 0.45
get_login_cookiesFunction · 0.45
login_with_cookiesFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
raw_async.pyFile · 0.45

Calls 1

quitMethod · 0.95

Tested by 2

pytest_runtest_teardownFunction · 0.36