pl.wendigo.chrome.api.dom / GetAttributesResponse

GetAttributesResponse

data class GetAttributesResponse (source)

Represents response frame that is returned from DOM#getAttributes operation call. Returns attributes for the specified node.

Link
DOM#getAttributes method documentation.

See Also

DOMOperations.getAttributes

Constructors

<init>

GetAttributesResponse(attributes: List<String>)

Represents response frame that is returned from DOM#getAttributes operation call. Returns attributes for the specified node.

Properties

attributes

val attributes: List<String>

An interleaved array of node attribute names and values.