MCPcopy Index your code
hub / github.com/microsoft/playwright-python / _on_crash

Method _on_crash

playwright/_impl/_page.py:360–361  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

358 self._browser_context.emit("pageclose", self)
359
360 def _on_crash(self) -> None:
361 self.emit(Page.Events.Crash, self)
362
363 def _on_download(self, params: Any) -> None:
364 url = params["url"]

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected