| Package | Description |
|---|---|
| com.qeagle.devtools.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)
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 © 2020. All rights reserved.