mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
664 B
664 B
Home > puppeteer > Protocol > DOMSnapshot > CaptureSnapshotRequest > includeDOMRects
Protocol.DOMSnapshot.CaptureSnapshotRequest.includeDOMRects property
Whether to include DOM rectangles (offsetRects, clientRects, scrollRects) into the snapshot
Signature:
includeDOMRects?: boolean;