Builder

class Builder(val computedStyleWhitelist: List<String>)

A builder for GetSnapshotRequest, which allows setting the optional parameters of the DOMSnapshotDomain.getSnapshot command via a lambda.

Constructors

Link copied to clipboard
constructor(computedStyleWhitelist: List<String>)

Properties

Link copied to clipboard

Whitelist of computed styles to return.

Link copied to clipboard

Whether or not to retrieve details of DOM listeners (default false).

Link copied to clipboard

Whether to determine and include the paint order index of LayoutTreeNodes (default false).

Link copied to clipboard

Whether to include UA shadow tree in the snapshot (default false).

Functions

Link copied to clipboard