Uses of Class
org.openqa.selenium.devtools.v123.domsnapshot.DOMSnapshot.CaptureSnapshotResponse
Packages that use DOMSnapshot.CaptureSnapshotResponse
-
Uses of DOMSnapshot.CaptureSnapshotResponse in org.openqa.selenium.devtools.v123.domsnapshot
Methods in org.openqa.selenium.devtools.v123.domsnapshot that return types with arguments of type DOMSnapshot.CaptureSnapshotResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<DOMSnapshot.CaptureSnapshotResponse>
DOMSnapshot.captureSnapshot
(List<String> computedStyles, Optional<Boolean> includePaintOrder, Optional<Boolean> includeDOMRects, Optional<Boolean> includeBlendedBackgroundColors, Optional<Boolean> includeTextColorOpacities) 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.