puppeteer/website/versioned_docs/version-19.3.0/api/puppeteer.snapshotoptions.interestingonly.md

20 lines
263 B
Markdown
Raw Normal View History

---
sidebar_label: SnapshotOptions.interestingOnly
---
# SnapshotOptions.interestingOnly property
Prune uninteresting nodes from the tree.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
interface SnapshotOptions {
interestingOnly?: boolean;
}
```
2022-10-24 14:31:12 +00:00
#### Default value:
true