pl.wendigo.chrome.api.page / FrameAttachedEvent

FrameAttachedEvent

data class FrameAttachedEvent : Event (source)

Fired when frame has been attached to its parent.

Link
Page#frameAttached event documentation.

Constructors

<init>

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

Fired when frame has been attached to its parent.

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