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

810 B

Home > puppeteer > Protocol > Page > FrameTree

Protocol.Page.FrameTree interface

Information about the Frame hierarchy.

Signature:

export interface FrameTree 

Properties

Property Type Description
childFrames FrameTree[] Child frames.
frame Frame Frame information for this tree item.