| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
CaptureSnapshot |
DOMSnapshot.captureSnapshot(List<String> computedStyles)
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.
|
CaptureSnapshot |
DOMSnapshot.captureSnapshot(List<String> computedStyles,
Boolean includePaintOrder,
Boolean includeDOMRects,
Boolean includeBlendedBackgroundColors,
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.
|
Copyright © 2021 Kenan Klisura. All rights reserved.