mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > DOMSnapshot > GetSnapshotRequest
Protocol.DOMSnapshot.GetSnapshotRequest interface
Signature:
export interface GetSnapshotRequest
Properties
| Property | Type | Description |
|---|---|---|
| computedStyleWhitelist | string[] | Whitelist of computed styles to return. |
| includeEventListeners | boolean | Whether or not to retrieve details of DOM listeners (default false). |
| includePaintOrder | boolean | Whether to determine and include the paint order index of LayoutTreeNodes (default false). |
| includeUserAgentShadowTree | boolean | Whether to include UA shadow tree in the snapshot (default false). |