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

Method dispose

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

Source from the content-addressed store, hash-verified

566 return self._initializer.get("serverAddr") or None
567
568 async def dispose(self) -> None:
569 await self._request._channel.send(
570 "disposeAPIResponse",
571 None,
572 {
573 "fetchUid": self._fetch_uid,
574 },
575 )
576
577 @property
578 def _fetch_uid(self) -> str:

Calls 1

sendMethod · 0.45