chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / SetNodeValueRequest

SetNodeValueRequest

data class SetNodeValueRequest

Request object containing input parameters for the DOMDomain.setNodeValue command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.setNodeValue command.

SetNodeValueRequest(nodeId: NodeId, value: String)

Properties

nodeId

Id of the node to set value for.

val nodeId: NodeId

value

New node's value.

val value: String