pl.wendigo.chrome.domain.dom / GetAttributesRequest

GetAttributesRequest

data class GetAttributesRequest (source)

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

Returns attributes for the specified node.

Constructors

<init>

GetAttributesRequest(nodeId: NodeId)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to retrieve attibutes for.