pl.wendigo.chrome.domain.dom / RequestNodeResponse

RequestNodeResponse

data class RequestNodeResponse (source)

Represents response frame for DOM.requestNode method call.

Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes notifications.

Constructors

<init>

RequestNodeResponse(nodeId: NodeId)

Represents response frame for DOM.requestNode method call.

Properties

nodeId

val nodeId: NodeId

Node id for given object.