chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetFlattenedDocumentResponse

GetFlattenedDocumentResponse

data class GetFlattenedDocumentResponse
Deprecated: Deprecated in the Chrome DevTools protocol

Response type for the DOMDomain.getFlattenedDocument command.

Constructors

<init>

Response type for the DOMDomain.getFlattenedDocument command.

GetFlattenedDocumentResponse(nodes: List<Node>)

Properties

nodes

Resulting node.

val nodes: List<Node>