pl.wendigo.chrome.api.runtime / InspectRequestedEvent

InspectRequestedEvent

data class InspectRequestedEvent : Event (source)

Issued when object should be inspected (for example, as a result of inspect() command line API call).

Link
Runtime#inspectRequested event documentation.

Constructors

<init>

InspectRequestedEvent(_object: RemoteObject, hints: JsonNode)

Issued when object should be inspected (for example, as a result of inspect() command line API call).

Properties

_object

val _object: RemoteObject

hints

val hints: JsonNode

Inherited Functions

protocolDomain

fun protocolDomain(): String