pl.wendigo.chrome.domain.target / TargetInfoChangedEvent

TargetInfoChangedEvent

data class TargetInfoChangedEvent : ProtocolEvent (source)

Represents event frames for Target.targetInfoChanged

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

Constructors

<init>

TargetInfoChangedEvent(targetInfo: TargetInfo)

Represents event frames for Target.targetInfoChanged

Properties

targetInfo

val targetInfo: TargetInfo

Inherited Functions

protocolDomain

fun protocolDomain(): String