2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: SnapshotOptions.root
|
|
|
|
---
|
|
|
|
|
|
|
|
# SnapshotOptions.root property
|
|
|
|
|
|
|
|
Root node to get the accessibility tree for
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface SnapshotOptions {
|
2022-07-06 07:05:37 +00:00
|
|
|
root?: ElementHandle<Node>;
|
2022-07-05 13:41:43 +00:00
|
|
|
}
|
|
|
|
```
|
2022-10-24 07:07:05 +00:00
|
|
|
|
|
|
|
#### Default value:
|
|
|
|
|
|
|
|
The root node of the entire page.
|