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

Function gather_response

tests/async/test_page_event_request.py:48–51  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

46 all_requests = first_100_requests + last_100_requests
47
48 async def gather_response(request: Request) -> dict:
49 response = await request.response()
50 assert response
51 return {"text": await response.text(), "url": request.url}
52
53 # All 199 requests are fully functional.
54 received = await asyncio.gather(

Callers 1

Calls 2

responseMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected