Set Attribute Value Request
data class SetAttributeValueRequest(nodeId: NodeId, name: String, value: String)
Content copied to clipboard
Represents request frame that can be used with DOM#setAttributeValue operation call.
Sets attribute for an element with given id.
See also
Constructors
SetAttributeValueRequest
Link copied to clipboard
fun SetAttributeValueRequest(nodeId: NodeId, name: String, value: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard