2022-07-05 13:41:43 +00:00
---
sidebar_label: SnapshotOptions
---
# SnapshotOptions interface
2022-10-24 07:07:05 +00:00
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export interface SnapshotOptions
```
## Properties
2023-03-28 18:02:00 +00:00
| Property | Modifiers | Type | Description | Default |
| --------------- | --------------------- | --------------------------------------------------------- | ------------------------------------------- | --------------------------------- |
2023-03-29 13:27:29 +00:00
| interestingOnly | < code > optional< / code > | boolean | Prune uninteresting nodes from the tree. | < code > true< / code > |
2023-03-28 18:02:00 +00:00
| root | < code > optional</ code > | [ElementHandle ](./puppeteer.elementhandle.md )< Node> | Root node to get the accessibility tree for | The root node of the entire page. |