Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Page.StartScreencastRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { StartScreencastRequest } = Protocol.Page;

Properties

optional
format: "jpeg" | "png"

Image compression format. (StartScreencastRequestFormat enum)

optional
quality: integer

Compression quality from range [0..100].

optional
maxWidth: integer

Maximum screenshot width.

optional
maxHeight: integer

Maximum screenshot height.

optional
everyNthFrame: integer

Send every n-th frame.