data class CaptureSnapshotResponse
Response type for the DOMSnapshotDomain.captureSnapshot command.
<init> |
Response type for the DOMSnapshotDomain.captureSnapshot command. CaptureSnapshotResponse(documents: List<DocumentSnapshot>, strings: List<String>) |
documents |
The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document. val documents: List<DocumentSnapshot> |
strings |
Shared string table that all string properties refer to with indexes. val strings: List<String> |