pl.wendigo.chrome.domain.dom / SetInspectedNodeRequest

SetInspectedNodeRequest

data class SetInspectedNodeRequest (source)

Represents request frame that can be used with DOM.setInspectedNode method call.

Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

Constructors

<init>

SetInspectedNodeRequest(nodeId: NodeId)

Represents request frame that can be used with DOM.setInspectedNode method call.

Properties

nodeId

val nodeId: NodeId

DOM node id to be accessible by means of $x command line API.