puppeteer/new-docs/puppeteer.protocol.domsnapshot.getsnapshotrequest.md
2020-07-13 14:01:35 +01:00

1.3 KiB

Home > puppeteer > Protocol > DOMSnapshot > GetSnapshotRequest

Protocol.DOMSnapshot.GetSnapshotRequest interface

Signature:

export interface GetSnapshotRequest 

Properties

Property Type Description
computedStyleWhitelist string[] Whitelist of computed styles to return.
includeEventListeners boolean Whether or not to retrieve details of DOM listeners (default false).
includePaintOrder boolean Whether to determine and include the paint order index of LayoutTreeNodes (default false).
includeUserAgentShadowTree boolean Whether to include UA shadow tree in the snapshot (default false).