puppeteer/new-docs/puppeteer.protocol.domsnapshot.getsnapshotrequest.md

22 lines
1.3 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [GetSnapshotRequest](./puppeteer.protocol.domsnapshot.getsnapshotrequest.md)
## Protocol.DOMSnapshot.GetSnapshotRequest interface
<b>Signature:</b>
```typescript
export interface GetSnapshotRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [computedStyleWhitelist](./puppeteer.protocol.domsnapshot.getsnapshotrequest.computedstylewhitelist.md) | string\[\] | Whitelist of computed styles to return. |
| [includeEventListeners](./puppeteer.protocol.domsnapshot.getsnapshotrequest.includeeventlisteners.md) | boolean | Whether or not to retrieve details of DOM listeners (default false). |
| [includePaintOrder](./puppeteer.protocol.domsnapshot.getsnapshotrequest.includepaintorder.md) | boolean | Whether to determine and include the paint order index of LayoutTreeNodes (default false). |
| [includeUserAgentShadowTree](./puppeteer.protocol.domsnapshot.getsnapshotrequest.includeuseragentshadowtree.md) | boolean | Whether to include UA shadow tree in the snapshot (default false). |