Type Alias: ScreenshotResult
ScreenshotResult =
object
Defined in: types.ts:170
Result returned by screenshot and screen.screenshot.
Properties
data
data:
string
Defined in: types.ts:172
Base64-encoded PNG image data
height
height:
number
Defined in: types.ts:178
Height of the captured image in pixels
mimeType
mimeType:
string
Defined in: types.ts:174
MIME type of the image (always "image/png")
width
width:
number
Defined in: types.ts:176
Width of the captured image in pixels