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

Method _on_close

playwright/_impl/_browser.py:115–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 self._browser_type._playwright.selectors._contexts_for_selectors.add(context)
114
115 def _on_close(self) -> None:
116 self._is_connected = False
117 self.emit(Browser.Events.Disconnected, self)
118
119 @property
120 def contexts(self) -> List[BrowserContext]:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected