[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [GetSnapshotRequest](./puppeteer.protocol.domsnapshot.getsnapshotrequest.md) > [computedStyleWhitelist](./puppeteer.protocol.domsnapshot.getsnapshotrequest.computedstylewhitelist.md) ## Protocol.DOMSnapshot.GetSnapshotRequest.computedStyleWhitelist property Whitelist of computed styles to return. Signature: ```typescript computedStyleWhitelist: string[]; ```