puppeteer/new-docs/puppeteer.protocol.page.frame.md
2020-07-13 14:01:35 +01:00

1.7 KiB

Home > puppeteer > Protocol > Page > Frame

Protocol.Page.Frame interface

Information about the Frame on the page.

Signature:

export interface Frame 

Properties

Property Type Description
id FrameId Frame unique identifier.
loaderId Network.LoaderId Identifier of the loader associated with this frame.
mimeType string Frame document's mimeType as determined by the browser.
name string Frame's name as specified in the tag.
parentId string Parent frame identifier.
securityOrigin string Frame document's security origin.
unreachableUrl string If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.
url string Frame document's URL without fragment.
urlFragment string Frame document's URL fragment including the '#'.