MCPcopy 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()
167def doctor():
168 """
169 Validate local Webwright setup.
170 """
171 run_doctor()
172
173
174if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

run_doctorFunction · 0.90

Tested by

no test coverage detected