MCPcopy Create free account
hub / github.com/microsoft/playwright-python / frame_locator

Method frame_locator

playwright/_impl/_page.py:999–1000  ·  view source on GitHub ↗
(self, selector: str)

Source from the content-addressed store, hash-verified

997 return self._main_frame.get_by_title(text, exact=exact)
998
999 def frame_locator(self, selector: str) -> "FrameLocator":
1000 return self.main_frame.frame_locator(selector)
1001
1002 async def focus(
1003 self, selector: str, strict: bool = None, timeout: float = None

Calls

no outgoing calls