FrameAttachedParameter

@Serializable
data class FrameAttachedParameter(val frameId: String, val parentFrameId: String, val stack: Runtime.StackTrace? = null)

Fired when frame has been attached to its parent.

Constructors

Link copied to clipboard
constructor(frameId: String, parentFrameId: String, stack: Runtime.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

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