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

SetAttributeValueRequest

data class SetAttributeValueRequest

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

Constructors

<init>

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

SetAttributeValueRequest(nodeId: NodeId, name: String, value: String)

Properties

name

Attribute name.

val name: String

nodeId

Id of the element to set attribute for.

val nodeId: NodeId

value

Attribute value.

val value: String