Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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(
Callers
9
test_content_frame
Function · 0.45
test_content_frame_for_non_iframes
Function · 0.45
test_content_frame_for_document_element
Function · 0.45
attach_frame
Method · 0.45
test_frame_element_with_content_frame
Function · 0.45
test_content_frame
Function · 0.45
test_content_frame_for_non_iframes
Function · 0.45
test_content_frame_for_document_element
Function · 0.45
attach_frame
Method · 0.45
Calls
1
FrameLocator
Class · 0.70
Tested by
7
test_content_frame
Function · 0.36
test_content_frame_for_non_iframes
Function · 0.36
test_content_frame_for_document_element
Function · 0.36
test_frame_element_with_content_frame
Function · 0.36
test_content_frame
Function · 0.36
test_content_frame_for_non_iframes
Function · 0.36
test_content_frame_for_document_element
Function · 0.36