data class RemoveAttributeRequest
Request object containing input parameters for the DOMDomain.removeAttribute command.
<init> |
Request object containing input parameters for the DOMDomain.removeAttribute command. RemoveAttributeRequest(nodeId: NodeId, name: String) |
name |
Name of the attribute to remove. val name: String |
nodeId |
Id of the element to remove attribute from. val nodeId: NodeId |