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

Method child_frames

playwright/_impl/_frame.py:525–526  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

523
524 @property
525 def child_frames(self) -> List["Frame"]:
526 return self._child_frames.copy()
527
528 def is_detached(self) -> bool:
529 return self._detached

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected