-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class GetSnapshotRequest
Request object containing input parameters for the DOMSnapshotDomain.getSnapshot command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>computedStyleWhitelistprivate final BooleanincludeEventListenersprivate final BooleanincludePaintOrderprivate final BooleanincludeUserAgentShadowTree
-
Method Summary
Modifier and Type Method Description final List<String>component1()final Booleancomponent2()final Booleancomponent3()final Booleancomponent4()final GetSnapshotRequestcopy(List<String> computedStyleWhitelist, Boolean includeEventListeners, Boolean includePaintOrder, Boolean includeUserAgentShadowTree)final List<String>getComputedStyleWhitelist()Whitelist of computed styles to return. final BooleangetIncludeEventListeners()Whether or not to retrieve details of DOM listeners (default false). final BooleangetIncludePaintOrder()Whether to determine and include the paint order index of LayoutTreeNodes (default false). final BooleangetIncludeUserAgentShadowTree()Whether to include UA shadow tree in the snapshot (default false). -
-
Method Detail
-
component1
final List<String> component1()
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
component4
final Boolean component4()
-
copy
final GetSnapshotRequest copy(List<String> computedStyleWhitelist, Boolean includeEventListeners, Boolean includePaintOrder, Boolean includeUserAgentShadowTree)
-
getComputedStyleWhitelist
final List<String> getComputedStyleWhitelist()
Whitelist of computed styles to return.
-
getIncludeEventListeners
final Boolean getIncludeEventListeners()
Whether or not to retrieve details of DOM listeners (default false).
-
getIncludePaintOrder
final Boolean getIncludePaintOrder()
Whether to determine and include the paint order index of LayoutTreeNodes (default false).
-
getIncludeUserAgentShadowTree
final Boolean getIncludeUserAgentShadowTree()
Whether to include UA shadow tree in the snapshot (default false).
-
-
-
-