pl.wendigo.chrome.api.overlay / InspectNodeRequestedEvent

InspectNodeRequestedEvent

data class InspectNodeRequestedEvent : Event (source)

Fired when the node should be inspected. This happens after call to setInspectMode or when user manually inspects an element.

Link
Overlay#inspectNodeRequested event documentation.

Constructors

<init>

InspectNodeRequestedEvent(backendNodeId: BackendNodeId)

Fired when the node should be inspected. This happens after call to setInspectMode or when user manually inspects an element.

Properties

backendNodeId

val backendNodeId: BackendNodeId

Id of the node to inspect.

Inherited Functions

protocolDomain

fun protocolDomain(): String