chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
GetDocumentResponse
Get
Document
Response
@
Serializable
data
class
GetDocumentResponse
(
val
root
:
Node
)
(
source
)
Response type for the
DOMDomain.getDocument
command.
Members
Constructors
Get
Document
Response
Link copied to clipboard
constructor
(
root
:
Node
)
Properties
root
Link copied to clipboard
val
root
:
Node
Resulting node.