Skip to main content
Version: 19.2.2

ScreenshotOptions.encoding property

Encoding of the image.

Signature:

interface ScreenshotOptions {
encoding?: 'base64' | 'binary';
}

Default value:

binary