MCPcopy Create free account
hub / github.com/microsoft/playwright-python / _fetch_log

Method _fetch_log

playwright/_impl/_fetch.py:581–588  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

579 return self._initializer["fetchUid"]
580
581 async def _fetch_log(self) -> List[str]:
582 return await self._request._channel.send(
583 "fetchLog",
584 None,
585 {
586 "fetchUid": self._fetch_uid,
587 },
588 )
589
590
591def is_json_content_type(headers: network.HeadersArray = None) -> bool:

Callers 1

to_be_okMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected