Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/Webwright
/ main
Function
main
src/webwright/tools/persistent_local_browser.py:308–310 ·
view source on GitHub ↗
(argv: list[str] | None = None)
Source
from the content-addressed store, hash-verified
306
307
308
def
main(argv: list[str] | None = None) -> int:
309
args = _build_parser().parse_args(argv)
310
return
args.func(args)
311
312
313
if
__name__ ==
"__main__"
:
Callers
1
persistent_local_browser.py
File · 0.70
Calls
1
_build_parser
Function · 0.85
Tested by
no test coverage detected