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

16 lines
211 B
Markdown
Raw Normal View History

2022-07-01 11:52:39 +00:00
---
sidebar_label: SnapshotOptions.root
---
# SnapshotOptions.root property
Root node to get the accessibility tree for
**Signature:**
```typescript
interface SnapshotOptions {
root?: ElementHandle;
}
```