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

Function _handle1

tests/async/test_page_request_fallback.py:353–355  ·  view source on GitHub ↗
(route: Route, request: Request)

Source from the content-addressed store, hash-verified

351 post_data = []
352
353 def _handle1(route: Route, request: Request) -> None:
354 post_data.append(route.request.post_data)
355 asyncio.create_task(route.continue_())
356
357 await page.route("**/*", _handle1)
358 await page.route(

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
continue_Method · 0.45

Tested by

no test coverage detected