mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
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. |