pl.wendigo.chrome.domain.dom / GetAttributesResponse

GetAttributesResponse

data class GetAttributesResponse (source)

Represents response frame for DOM.getAttributes method call.

Returns attributes for the specified node.

Constructors

<init>

GetAttributesResponse(attributes: List<String>)

Represents response frame for DOM.getAttributes method call.

Properties

attributes

val attributes: List<String>

An interleaved array of node attribute names and values.