2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: SnapshotOptions.root
|
|
|
|
---
|
|
|
|
|
|
|
|
# SnapshotOptions.root property
|
|
|
|
|
|
|
|
Root node to get the accessibility tree for
|
|
|
|
|
2022-10-24 11:58:47 +00:00
|
|
|
#### Signature:
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface SnapshotOptions {
|
|
|
|
root?: ElementHandle<Node>;
|
|
|
|
}
|
|
|
|
```
|
2022-10-24 11:58:47 +00:00
|
|
|
|
|
|
|
#### Default value:
|
|
|
|
|
|
|
|
The root node of the entire page.
|