pl.wendigo.chrome.domain.dom / PushNodeByPathToFrontendResponse

PushNodeByPathToFrontendResponse

data class PushNodeByPathToFrontendResponse (source)

Represents response frame for DOM.pushNodeByPathToFrontend method call.

Requests that the node is sent to the caller given its path. // FIXME, use XPath

Constructors

<init>

PushNodeByPathToFrontendResponse(nodeId: NodeId)

Represents response frame for DOM.pushNodeByPathToFrontend method call.

Properties

nodeId

val nodeId: NodeId

Id of the node for given path.