pl.wendigo.chrome.api.dom / GetFlattenedDocumentResponse

GetFlattenedDocumentResponse

data class GetFlattenedDocumentResponse (source)

Represents response frame that is returned from DOM#getFlattenedDocument operation call. Returns the root DOM node (and optionally the subtree) to the caller.

Link
DOM#getFlattenedDocument method documentation.

See Also

DOMOperations.getFlattenedDocument

Constructors

<init>

GetFlattenedDocumentResponse(nodes: List<Node>)

Represents response frame that is returned from DOM#getFlattenedDocument operation call. Returns the root DOM node (and optionally the subtree) to the caller.

Properties

nodes

val nodes: List<Node>

Resulting node.