pl.wendigo.chrome.api.dom / CollectClassNamesFromSubtreeResponse

CollectClassNamesFromSubtreeResponse

data class CollectClassNamesFromSubtreeResponse (source)

Represents response frame that is returned from DOM#collectClassNamesFromSubtree operation call. Collects class names for the node with given id and all of it's child nodes.

Link
DOM#collectClassNamesFromSubtree method documentation.

See Also

DOMOperations.collectClassNamesFromSubtree

Constructors

<init>

CollectClassNamesFromSubtreeResponse(classNames: List<String>)

Represents response frame that is returned from DOM#collectClassNamesFromSubtree operation call. Collects class names for the node with given id and all of it's child nodes.

Properties

classNames

val classNames: List<String>

Class name list.