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

14 lines
424 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; [interestingOnly](./puppeteer.snapshotoptions.interestingonly.md)
## SnapshotOptions.interestingOnly property
Prune unintersting nodes from the tree.
<b>Signature:</b>
```typescript
interestingOnly?: boolean;
```