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

16 lines
217 B
Markdown
Raw Normal View History

---
sidebar_label: SnapshotOptions.root
---
# SnapshotOptions.root property
Root node to get the accessibility tree for
**Signature:**
```typescript
interface SnapshotOptions {
root?: ElementHandle<Node>;
}
```