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

1.1 KiB

Home > puppeteer > Protocol > Page > FrameAttachedEvent

Protocol.Page.FrameAttachedEvent interface

Fired when frame has been attached to its parent.

Signature:

export interface FrameAttachedEvent 

Properties

Property Type Description
frameId FrameId Id of the frame that has been attached.
parentFrameId FrameId Parent frame identifier.
stack Runtime.StackTrace JavaScript stack trace of when frame was attached, only set if frame initiated from script.