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

Method title

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

Source from the content-addressed store, hash-verified

835 return decoded_binary
836
837 async def title(self) -> str:
838 return await self._main_frame.title()
839
840 async def aria_snapshot(
841 self,

Calls

no outgoing calls