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

Method _update_interception_patterns

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

Source from the content-addressed store, hash-verified

775 await router.add_page_route(self)
776
777 async def _update_interception_patterns(self) -> None:
778 patterns = RouteHandler.prepare_interception_patterns(self._routes)
779 await self._channel.send(
780 "setNetworkInterceptionPatterns",
781 None,
782 {"patterns": patterns},
783 )
784
785 async def _update_web_socket_interception_patterns(self) -> None:
786 patterns = WebSocketRouteHandler.prepare_interception_patterns(

Callers 3

routeMethod · 0.95
_unroute_internalMethod · 0.95

Calls 2

sendMethod · 0.45

Tested by

no test coverage detected