GetFlattenedDocumentResponse

@Serializable
data class GetFlattenedDocumentResponse(val nodes: List<Node>)(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the DOMDomain.getFlattenedDocument command.

Constructors

Link copied to clipboard
constructor(nodes: List<Node>)

Properties

Link copied to clipboard

Resulting node.