puppeteer/website/versioned_docs/version-19.7.2/api/puppeteer.snapshotoptions.root.md

20 lines
274 B
Markdown
Raw Normal View History

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