Uses of Class
io.webfolder.cdp.type.domsnapshot.GetSnapshotResult
Packages that use GetSnapshotResult
-
Uses of GetSnapshotResult in io.webfolder.cdp.command
Methods in io.webfolder.cdp.command that return GetSnapshotResultModifier and TypeMethodDescriptionDOMSnapshot.getSnapshot
(List<String> computedStyleWhitelist) Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes.DOMSnapshot.getSnapshot
(List<String> computedStyleWhitelist, Boolean includeEventListeners, Boolean includePaintOrder, Boolean includeUserAgentShadowTree) Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes.DOMSnapshotImpl.getSnapshot
(List<String> computedStyleWhitelist) DOMSnapshotImpl.getSnapshot
(List<String> computedStyleWhitelist, Boolean includeEventListeners, Boolean includePaintOrder, Boolean includeUserAgentShadowTree)