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

Method owner_frame

playwright/_impl/_element_handle.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 return self
68
69 async def owner_frame(self) -> Optional["Frame"]:
70 return from_nullable_channel(await self._channel.send("ownerFrame", None))
71
72 async def content_frame(self) -> Optional["Frame"]:
73 return from_nullable_channel(await self._channel.send("contentFrame", None))

Callers 1

set_input_filesMethod · 0.95

Calls 2

from_nullable_channelFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected