Skip to main content
Module

x/puppeteer_plus/mod.ts>SnapshotOptions

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface SnapshotOptions
import { type SnapshotOptions } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";

Properties

optional
interestingOnly: boolean

Prune uninteresting nodes from the tree.

optional
root: ElementHandle<Node>

Root node to get the accessibility tree for