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

Method text

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

Source from the content-addressed store, hash-verified

552 raise exc
553
554 async def text(self) -> str:
555 content = await self.body()
556 return content.decode()
557
558 async def json(self) -> Any:
559 content = await self.text()

Callers 1

jsonMethod · 0.95

Calls 1

bodyMethod · 0.95

Tested by

no test coverage detected