Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.DOMSnapshot.CaptureSnapshotResponse

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.DOMSnapshot.CaptureSnapshotResponse
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { CaptureSnapshotResponse } = Protocol.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.