Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ frames
Method
frames
playwright/_impl/_page.py:401–402 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
399
400
@property
401
def
frames(self) -> List[Frame]:
402
return
self._frames.copy()
403
404
def
set_default_navigation_timeout(self, timeout: float) -> None:
405
self._timeout_settings.set_default_navigation_timeout(timeout)
Callers
nothing calls this directly
Calls
1
copy
Method · 0.80
Tested by
no test coverage detected