14 lines
664 B
Markdown
14 lines
664 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [CaptureSnapshotRequest](./puppeteer.protocol.domsnapshot.capturesnapshotrequest.md) > [includeDOMRects](./puppeteer.protocol.domsnapshot.capturesnapshotrequest.includedomrects.md)
|
|
|
|
## Protocol.DOMSnapshot.CaptureSnapshotRequest.includeDOMRects property
|
|
|
|
Whether to include DOM rectangles (offsetRects, clientRects, scrollRects) into the snapshot
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
includeDOMRects?: boolean;
|
|
```
|