import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { CreateTargetRequest } = Protocol.Target;
Properties
optional
width: integerFrame width in DIP (headless chrome only).
optional
height: integerFrame height in DIP (headless chrome only).
optional
browserContextId: Browser.BrowserContextIDThe browser context to create the page in.
Whether BeginFrames for this target will be controlled via DevTools (headless chrome only, not supported on MacOS yet, false by default).