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

Method content_frame

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

Source from the content-addressed store, hash-verified

341
342 @property
343 def content_frame(self) -> "FrameLocator":
344 return FrameLocator(self._frame, self._selector)
345
346 def describe(self, description: str) -> "Locator":
347 return Locator(

Calls 1

FrameLocatorClass · 0.70