pl.wendigo.chrome.domain.dom / GetFlattenedDocumentResponse

GetFlattenedDocumentResponse

data class GetFlattenedDocumentResponse (source)

Represents response frame for DOM.getFlattenedDocument method call.

Returns the root DOM node (and optionally the subtree) to the caller.

Constructors

<init>

GetFlattenedDocumentResponse(nodes: List<Node>)

Represents response frame for DOM.getFlattenedDocument method call.

Properties

nodes

val nodes: List<Node>

Resulting node.