pl.wendigo.chrome.api.dom / GetDocumentResponse

GetDocumentResponse

data class GetDocumentResponse (source)

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

Link
DOM#getDocument method documentation.

See Also

DOMOperations.getDocument

Constructors

<init>

GetDocumentResponse(root: Node)

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

Properties

root

val root: Node

Resulting node.