FrameAttached

@Serializable
data class FrameAttached(val frameId: FrameId, val parentFrameId: FrameId, val stack: StackTrace? = null) : PageEvent

Fired when frame has been attached to its parent.

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId, parentFrameId: FrameId, stack: StackTrace? = null)

Properties

Link copied to clipboard

Id of the frame that has been attached.

Link copied to clipboard

Parent frame identifier.

Link copied to clipboard
val stack: StackTrace? = null

JavaScript stack trace of when frame was attached, only set if frame initiated from script.