[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [CaptureSnapshotRequest](./puppeteer.protocol.domsnapshot.capturesnapshotrequest.md) > [includePaintOrder](./puppeteer.protocol.domsnapshot.capturesnapshotrequest.includepaintorder.md) ## Protocol.DOMSnapshot.CaptureSnapshotRequest.includePaintOrder property Whether to include layout object paint orders into the snapshot. Signature: ```typescript includePaintOrder?: boolean; ```