pl.wendigo.chrome.api.dom / SetNodeValueRequest

SetNodeValueRequest

data class SetNodeValueRequest (source)

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

Sets node value for a node with given id.

Link
DOM#setNodeValue method documentation.

See Also

DOMOperations.setNodeValue

Constructors

<init>

SetNodeValueRequest(nodeId: NodeId, value: String)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to set value for.

value

val value: String

New node's value.