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

GetDocumentResponse

data class GetDocumentResponse

Response type for the DOMDomain.getDocument command.

Constructors

<init>

Response type for the DOMDomain.getDocument command.

GetDocumentResponse(root: Node)

Properties

root

Resulting node.

val root: Node