import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { CaptureSnapshotRequest } = Protocol.DOMSnapshot;
Properties
Whether to include DOM rectangles (offsetRects, clientRects, scrollRects) into the snapshot
Whether to include blended background colors in the snapshot (default: false). Blended background color is achieved by blending background colors of all elements that overlap with the current element.