pl.wendigo.chrome.domain.dom / SetAttributeValueRequest

SetAttributeValueRequest

data class SetAttributeValueRequest (source)

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

Sets attribute for an element with given id.

Constructors

<init>

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

Represents request frame that can be used with DOM.setAttributeValue method 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.