pl.wendigo.chrome.domain.page / FrameAttachedEvent

FrameAttachedEvent

data class FrameAttachedEvent : ProtocolEvent (source)

Represents event frames for Page.frameAttached

Fired when frame has been attached to its parent.

Constructors

<init>

FrameAttachedEvent(frameId: FrameId, parentFrameId: FrameId, stack: StackTrace? = null)

Represents event frames for Page.frameAttached

Properties

frameId

val frameId: FrameId

Id of the frame that has been attached.

parentFrameId

val parentFrameId: FrameId

Parent frame identifier.

stack

val stack: StackTrace?

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

Inherited Functions

protocolDomain

fun protocolDomain(): String