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

Method frame_locator

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

Source from the content-addressed store, hash-verified

312 return self.locator(get_by_title_selector(text, exact=exact))
313
314 def frame_locator(self, selector: str) -> "FrameLocator":
315 return FrameLocator(self._frame, self._selector + " >> " + selector)
316
317 async def element_handle(
318 self,

Callers

nothing calls this directly

Calls 1

FrameLocatorClass · 0.70

Tested by

no test coverage detected