pl.wendigo.chrome.domain.dom / CollectClassNamesFromSubtreeResponse

CollectClassNamesFromSubtreeResponse

data class CollectClassNamesFromSubtreeResponse (source)

Represents response frame for DOM.collectClassNamesFromSubtree method call.

Collects class names for the node with given id and all of it's child nodes.

Constructors

<init>

CollectClassNamesFromSubtreeResponse(classNames: List<String>)

Represents response frame for DOM.collectClassNamesFromSubtree method call.

Properties

classNames

val classNames: List<String>

Class name list.