puppeteer/new-docs/puppeteer.snapshotoptions.root.md

14 lines
386 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [SnapshotOptions](./puppeteer.snapshotoptions.md) &gt; [root](./puppeteer.snapshotoptions.root.md)
## SnapshotOptions.root property
Prune unintersting nodes from the tree.
<b>Signature:</b>
```typescript
root?: ElementHandle;
```