pl.wendigo.chrome.domain.dom / CollectClassNamesFromSubtreeRequest

CollectClassNamesFromSubtreeRequest

data class CollectClassNamesFromSubtreeRequest (source)

Represents request frame that can be used with DOM.collectClassNamesFromSubtree method call.

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

Constructors

<init>

CollectClassNamesFromSubtreeRequest(nodeId: NodeId)

Represents request frame that can be used with DOM.collectClassNamesFromSubtree method call.

Properties

nodeId

val nodeId: NodeId

Id of the node to collect class names.