1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > DOMSnapshot > CaptureSnapshotRequest
Protocol.DOMSnapshot.CaptureSnapshotRequest interface
Signature:
export interface CaptureSnapshotRequest
Properties
Property | Type | Description |
---|---|---|
computedStyles | string[] | Whitelist of computed styles to return. |
includeDOMRects | boolean | Whether to include DOM rectangles (offsetRects, clientRects, scrollRects) into the snapshot |
includePaintOrder | boolean | Whether to include layout object paint orders into the snapshot. |