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

GetAttributesRequest

data class GetAttributesRequest

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

Constructors

<init>

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

GetAttributesRequest(nodeId: NodeId)

Properties

nodeId

Id of the node to retrieve attibutes for.

val nodeId: NodeId