[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [GetSnapshotRequest](./puppeteer.protocol.domsnapshot.getsnapshotrequest.md) > [includeUserAgentShadowTree](./puppeteer.protocol.domsnapshot.getsnapshotrequest.includeuseragentshadowtree.md) ## Protocol.DOMSnapshot.GetSnapshotRequest.includeUserAgentShadowTree property Whether to include UA shadow tree in the snapshot (default false). Signature: ```typescript includeUserAgentShadowTree?: boolean; ```