CaptureScreenshotResponse

@Serializable
data class CaptureScreenshotResponse(val data: String)

Response type for the PageDomain.captureScreenshot command.

Constructors

Link copied to clipboard
constructor(data: String)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard

Decodes the base64 data of the screenshot into image bytes.