pl.wendigo.chrome.api.dom / SetInspectedNodeRequest

SetInspectedNodeRequest

data class SetInspectedNodeRequest (source)

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

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

Link
DOM#setInspectedNode method documentation.

See Also

DOMOperations.setInspectedNode

Constructors

<init>

SetInspectedNodeRequest(nodeId: NodeId)

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

Properties

nodeId

val nodeId: NodeId

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