2023-03-29 11:22:11 +00:00
---
sidebar_label: SnapshotOptions
---
# SnapshotOptions interface
#### Signature:
```typescript
export interface SnapshotOptions
```
## Properties
| Property | Modifiers | Type | Description | Default |
| --------------- | --------------------- | --------------------------------------------------------- | ------------------------------------------- | --------------------------------- |
2023-04-03 08:23:08 +00:00
| interestingOnly | < code > optional< / code > | boolean | Prune uninteresting nodes from the tree. | < code > true< / code > |
2023-03-29 11:22:11 +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. |