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

Method json_value

playwright/_impl/_js_handle.py:123–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 raise e
122
123 async def json_value(self) -> Any:
124 return parse_result(
125 await self._channel.send(
126 "jsonValue",
127 None,
128 )
129 )
130
131
132def serialize_value(

Calls 2

parse_resultFunction · 0.85
sendMethod · 0.45