pl.wendigo.chrome.api.dom / GetAttributesRequest

GetAttributesRequest

data class GetAttributesRequest (source)

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

Returns attributes for the specified node.

Link
DOM#getAttributes method documentation.

See Also

DOMOperations.getAttributes

Constructors

<init>

GetAttributesRequest(nodeId: NodeId)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to retrieve attibutes for.