toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
GetDocumentResponse
Get
Document
Response
@
Serializable
data
class
GetDocumentResponse
(
val
root
:
Node
)
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.