[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [GetSnapshotRequest](./puppeteer.protocol.domsnapshot.getsnapshotrequest.md) > [includePaintOrder](./puppeteer.protocol.domsnapshot.getsnapshotrequest.includepaintorder.md) ## Protocol.DOMSnapshot.GetSnapshotRequest.includePaintOrder property Whether to determine and include the paint order index of LayoutTreeNodes (default false). Signature: ```typescript includePaintOrder?: boolean; ```