Collect Class Names From Subtree Response
data class CollectClassNamesFromSubtreeResponse(classNames: List<String>)
Content copied to clipboard
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.
See also
Constructors
CollectClassNamesFromSubtreeResponse
Link copied to clipboard
Properties
classNames
Link copied to clipboard
Sources
jvm source
Link copied to clipboard