detached
Istrue if the frame has been detached. Otherwise, false.
Upstream docs
Return value
frameElement
The frame element associated with this frame, if any.Returns the ElementHandle for the <iframe> or <frame> tag for this frame. Returns null for the main frame.
Return value
page
The page associated with this frame.Returns the cached page reference passed at construction time.
Return value
name
The frame’s name attribute as specified in the tag. Upstream docsReturn value
parentFrame
The parent frame, if any.Returns null for the main frame.
Return value
childFrames
Child frames of this frame. Upstream docsReturn value
addScriptTag
Add a script tag to the frame. Upstream docsReturn value
addStyleTag
Add a style tag to the frame. Upstream docsReturn value

