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

CaptureSnapshotResponse

data class CaptureSnapshotResponse

Response type for the PageDomain.captureSnapshot command.

Constructors

<init>

Response type for the PageDomain.captureSnapshot command.

CaptureSnapshotResponse(data: String)

Properties

data

Serialized page data.

val data: String