puppeteer/docs/api/puppeteer.snapshotoptions.root.md

16 lines
217 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: SnapshotOptions.root
---
# SnapshotOptions.root property
Root node to get the accessibility tree for
**Signature:**
```typescript
interface SnapshotOptions {
root?: ElementHandle<Node>;
2022-07-05 13:41:43 +00:00
}
```