data class CaptureScreenshotResponse
Response type for the PageDomain.captureScreenshot command.
<init> |
Response type for the PageDomain.captureScreenshot command. CaptureScreenshotResponse(data: String) |
data |
Base64-encoded image data. (Encoded as a base64 string when passed over JSON) val data: String |