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

Method frame_locator

playwright/_impl/_locator.py:878–882  ·  view source on GitHub ↗
(self, selector: str)

Source from the content-addressed store, hash-verified

876 return self.locator(get_by_title_selector(text, exact=exact))
877
878 def frame_locator(self, selector: str) -> "FrameLocator":
879 return FrameLocator(
880 self._frame,
881 f"{self._frame_selector} >> internal:control=enter-frame >> {selector}",
882 )
883
884 @property
885 def first(self) -> "FrameLocator":

Callers

nothing calls this directly

Calls 1

FrameLocatorClass · 0.70

Tested by

no test coverage detected