chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.domsnapshot / CaptureSnapshotResponse

CaptureSnapshotResponse

data class CaptureSnapshotResponse

Response type for the DOMSnapshotDomain.captureSnapshot command.

Constructors

<init>

Response type for the DOMSnapshotDomain.captureSnapshot command.

CaptureSnapshotResponse(documents: List<DocumentSnapshot>, strings: List<String>)

Properties

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>