pl.wendigo.chrome.api.dom / RemoveAttributeRequest

RemoveAttributeRequest

data class RemoveAttributeRequest (source)

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

Removes attribute with given name from an element with given id.

Link
DOM#removeAttribute method documentation.

See Also

DOMOperations.removeAttribute

Constructors

<init>

RemoveAttributeRequest(nodeId: NodeId, name: String)

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

Properties

name

val name: String

Name of the attribute to remove.

nodeId

val nodeId: NodeId

Id of the element to remove attribute from.