pl.wendigo.chrome.api.dom / SetAttributeValueRequest

SetAttributeValueRequest

data class SetAttributeValueRequest (source)

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

Sets attribute for an element with given id.

Link
DOM#setAttributeValue method documentation.

See Also

DOMOperations.setAttributeValue

Constructors

<init>

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

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

Properties

name

val name: String

Attribute name.

nodeId

val nodeId: NodeId

Id of the element to set attribute for.

value

val value: String

Attribute value.