pl.wendigo.chrome.domain.dom / SetNodeValueRequest

SetNodeValueRequest

data class SetNodeValueRequest (source)

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

Sets node value for a node with given id.

Constructors

<init>

SetNodeValueRequest(nodeId: NodeId, value: String)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to set value for.

value

val value: String

New node's value.