static org.openqa.selenium.devtools.Command<DOMSnapshot.CaptureSnapshotResponse> |
DOMSnapshot.captureSnapshot(java.util.List<java.lang.String> computedStyles,
java.util.Optional<java.lang.Boolean> includePaintOrder,
java.util.Optional<java.lang.Boolean> includeDOMRects,
java.util.Optional<java.lang.Boolean> includeBlendedBackgroundColors,
java.util.Optional<java.lang.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.
|