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

Method _dispose_har_routers

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

Source from the content-addressed store, hash-verified

737 await self._update_web_socket_interception_patterns()
738
739 def _dispose_har_routers(self) -> None:
740 for router in self._har_routers:
741 router.dispose()
742 self._har_routers = []
743
744 async def unroute_all(
745 self, behavior: Literal["default", "ignoreErrors", "wait"] = None

Callers 2

_on_closeMethod · 0.95
unroute_allMethod · 0.95

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected