Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/Webwright
/ doctor
Function
doctor
src/webwright/run/cli.py:167–171 ·
view source on GitHub ↗
Validate local Webwright setup.
()
Source
from the content-addressed store, hash-verified
165
166
@app.command()
167
def
doctor():
168
""
"
169
Validate local Webwright setup.
170
""
"
171
run_doctor()
172
173
174
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
run_doctor
Function · 0.90
Tested by
no test coverage detected