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

Method send

playwright/_impl/_json_pipe.py:74–77  ·  view source on GitHub ↗
(self, message: Dict)

Source from the content-addressed store, hash-verified

72 await self._stopped_future
73
74 def send(self, message: Dict) -> None:
75 if self._stop_requested:
76 raise Error("Playwright connection closed")
77 self._pipe_channel.send_no_reply("send", None, {"message": message})

Callers

nothing calls this directly

Calls 2

ErrorClass · 0.85
send_no_replyMethod · 0.80

Tested by

no test coverage detected