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

Method unroute_all

playwright/_impl/_page.py:744–748  ·  view source on GitHub ↗
(
        self, behavior: Literal["default", "ignoreErrors", "wait"] = None
    )

Source from the content-addressed store, hash-verified

742 self._har_routers = []
743
744 async def unroute_all(
745 self, behavior: Literal["default", "ignoreErrors", "wait"] = None
746 ) -> None:
747 await self._unroute_internal(self._routes, [], behavior)
748 self._dispose_har_routers()
749
750 async def route_from_har(
751 self,

Calls 2

_unroute_internalMethod · 0.95
_dispose_har_routersMethod · 0.95