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

GetAttributesResponse

data class GetAttributesResponse

Response type for the DOMDomain.getAttributes command.

Constructors

<init>

Response type for the DOMDomain.getAttributes command.

GetAttributesResponse(attributes: List<String>)

Properties

attributes

An interleaved array of node attribute names and values.

val attributes: List<String>