Skip to main content
Go to Latest
interface default.DOMSnapshot.CaptureSnapshotResponse
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { CaptureSnapshotResponse } = default.DOMSnapshot;

Properties

documents: DocumentSnapshot[]

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

strings: string[]

Shared string table that all string properties refer to with indexes.