pl.wendigo.chrome.api.dom / PushNodeByPathToFrontendResponse

PushNodeByPathToFrontendResponse

data class PushNodeByPathToFrontendResponse (source)

Represents response frame that is returned from DOM#pushNodeByPathToFrontend operation call. Requests that the node is sent to the caller given its path. // FIXME, use XPath

Link
DOM#pushNodeByPathToFrontend method documentation.

See Also

DOMOperations.pushNodeByPathToFrontend

Constructors

<init>

PushNodeByPathToFrontendResponse(nodeId: NodeId)

Represents response frame that is returned from DOM#pushNodeByPathToFrontend operation call. Requests that the node is sent to the caller given its path. // FIXME, use XPath

Properties

nodeId

val nodeId: NodeId

Id of the node for given path.