docs/api/puppeteer.snapshotoptions.md
export interface SnapshotOptions
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
boolean
</td><td>If true, gets accessibility trees for each of the iframes in the frame subtree.
</td><td>false
<span id="interestingonly">interestingOnly</span>
</td><td>optional
boolean
</td><td>Prune uninteresting nodes from the tree.
</td><td>true
<span id="root">root</span>
</td><td>optional
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>