2020-06-05 14:20:11 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [SnapshotOptions](./puppeteer.snapshotoptions.md) > [root](./puppeteer.snapshotoptions.root.md)
|
|
|
|
|
|
|
|
## SnapshotOptions.root property
|
|
|
|
|
2020-08-14 12:18:46 +00:00
|
|
|
Root node to get the accessibility tree for
|
2020-06-05 14:20:11 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
root?: ElementHandle;
|
|
|
|
```
|