pl.wendigo.chrome.api.target / AttachedToTargetEvent

AttachedToTargetEvent

data class AttachedToTargetEvent : Event (source)

Issued when attached to target because of auto-attach or attachToTarget command.

Link
Target#attachedToTarget event documentation.

Constructors

<init>

AttachedToTargetEvent(sessionId: SessionID, targetInfo: TargetInfo, waitingForDebugger: Boolean)

Issued when attached to target because of auto-attach or attachToTarget command.

Properties

sessionId

val sessionId: SessionID

Identifier assigned to the session used to send/receive messages.

targetInfo

val targetInfo: TargetInfo

waitingForDebugger

val waitingForDebugger: Boolean

Inherited Functions

protocolDomain

fun protocolDomain(): String