puppeteer/website/versioned_docs/version-9.1.1/puppeteer.snapshotoptions.interestingonly.md
2021-08-10 11:09:48 +01:00

14 lines
412 B
Markdown

<!-- 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 uninteresting nodes from the tree.
<b>Signature:</b>
```typescript
interestingOnly?: boolean;
```