Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>SnapshotOptions

Headless Chrome Deno API
Latest
interface SnapshotOptions
import { type SnapshotOptions } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Properties

optional
interestingOnly: boolean

Prune uninteresting nodes from the tree.

optional
root: ElementHandle

Root node to get the accessibility tree for