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

CaptureScreenshotResponse

data class CaptureScreenshotResponse

Response type for the PageDomain.captureScreenshot command.

Constructors

<init>

Response type for the PageDomain.captureScreenshot command.

CaptureScreenshotResponse(data: String)

Properties

data

Base64-encoded image data. (Encoded as a base64 string when passed over JSON)

val data: String