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

Method content

playwright/_impl/_page.py:542–543  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

540 return self._main_frame.url
541
542 async def content(self) -> str:
543 return await self._main_frame.content()
544
545 async def set_content(
546 self,

Calls

no outgoing calls