Capture Snapshot Request
Request object containing input parameters for the DOMSnapshotDomain.captureSnapshot command.
Constructors
Types
A builder for CaptureSnapshotRequest, which allows setting the optional parameters of the DOMSnapshotDomain.captureSnapshot command via a lambda.
Properties
Whitelist of computed styles to return.
Whether to include blended background colors in the snapshot (default: false). Blended background color is achieved by blending background colors of all elements that overlap with the current element.
Whether to include DOM rectangles (offsetRects, clientRects, scrollRects) into the snapshot
Whether to include layout object paint orders into the snapshot.
Whether to include text color opacity in the snapshot (default: false). An element might have the opacity property set that affects the text color of the element. The final text color opacity is computed based on the opacity of all overlapping elements.