[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [CaptureSnapshotRequest](./puppeteer.protocol.domsnapshot.capturesnapshotrequest.md) ## Protocol.DOMSnapshot.CaptureSnapshotRequest interface Signature: ```typescript export interface CaptureSnapshotRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [computedStyles](./puppeteer.protocol.domsnapshot.capturesnapshotrequest.computedstyles.md) | string\[\] | Whitelist of computed styles to return. | | [includeDOMRects](./puppeteer.protocol.domsnapshot.capturesnapshotrequest.includedomrects.md) | boolean | Whether to include DOM rectangles (offsetRects, clientRects, scrollRects) into the snapshot | | [includePaintOrder](./puppeteer.protocol.domsnapshot.capturesnapshotrequest.includepaintorder.md) | boolean | Whether to include layout object paint orders into the snapshot. |