Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
afterTest
Method · 0.45
SB
Function · 0.45
pytest_runtest_teardown
Function · 0.45
_perform_pytest_unconfigure_
Function · 0.45
tearDown
Method · 0.45
main
Function · 0.45
start_test
Method · 0.45
get_login_cookies
Function · 0.45
login_with_cookies
Function · 0.45
main
Function · 0.45
main
Function · 0.45
raw_async.py
File · 0.45
Calls
1
quit
Method · 0.95
Tested by
2
pytest_runtest_teardown
Function · 0.36
_perform_pytest_unconfigure_
Function · 0.36