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

Method frame_locator

playwright/_impl/_frame.py:721–722  ·  view source on GitHub ↗
(self, selector: str)

Source from the content-addressed store, hash-verified

719 return self.locator(get_by_title_selector(text, exact=exact))
720
721 def frame_locator(self, selector: str) -> FrameLocator:
722 return FrameLocator(self, selector)
723
724 async def focus(
725 self, selector: str, strict: bool = None, timeout: float = None

Callers

nothing calls this directly

Calls 1

FrameLocatorClass · 0.90

Tested by

no test coverage detected