Extremely Popular
Go to Latest
interface puppeteer.DOMSnapshot.GetSnapshotResponse
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { GetSnapshotResponse } = puppeteer.DOMSnapshot;

Properties

domNodes: DOMNode[]

The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.

layoutTreeNodes: LayoutTreeNode[]

The nodes in the layout tree.

computedStyles: ComputedStyle[]

Whitelisted ComputedStyle properties for each node in the layout tree.