Back to Puppeteer

SnapshotOptions interface

docs/api/puppeteer.snapshotoptions.md

19.2.2927 B
Original Source

SnapshotOptions interface

Signature

typescript
export interface SnapshotOptions

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="includeiframes">includeIframes</span>

</td><td>

optional

</td><td>

boolean

</td><td>

If true, gets accessibility trees for each of the iframes in the frame subtree.

</td><td>

false

</td></tr> <tr><td>

<span id="interestingonly">interestingOnly</span>

</td><td>

optional

</td><td>

boolean

</td><td>

Prune uninteresting nodes from the tree.

</td><td>

true

</td></tr> <tr><td>

<span id="root">root</span>

</td><td>

optional

</td><td>

ElementHandle<Node>

</td><td>

Root node to get the accessibility tree for

</td><td>

The root node of the entire page.

</td></tr> </tbody></table>