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