public interface DOMSnapshot
Modifier and Type | Method and Description |
---|---|
GetSnapshotResult |
getSnapshot(List<String> computedStyleWhitelist)
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.
|
GetSnapshotResult getSnapshot(List<String> computedStyleWhitelist)
computedStyleWhitelist
- Whitelist of computed styles to return.Copyright © 2017 WebFolder OÜ. All rights reserved.