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

Method owner

playwright/_impl/_locator.py:893–894  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

891
892 @property
893 def owner(self) -> "Locator":
894 return Locator(self._frame, self._frame_selector)
895
896 def nth(self, index: int) -> "FrameLocator":
897 return FrameLocator(self._frame, f"{self._frame_selector} >> nth={index}")

Callers

nothing calls this directly

Calls 1

LocatorClass · 0.70

Tested by

no test coverage detected