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

RemoveAttributeRequest

data class RemoveAttributeRequest

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

Constructors

<init>

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

RemoveAttributeRequest(nodeId: NodeId, name: String)

Properties

name

Name of the attribute to remove.

val name: String

nodeId

Id of the element to remove attribute from.

val nodeId: NodeId