Get Snapshot Request
data class GetSnapshotRequest(computedStyleWhitelist: List<String>, includeEventListeners: Boolean?, includePaintOrder: Boolean?, includeUserAgentShadowTree: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOMSnapshot#getSnapshot operation call.
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. Shadow DOM in the returned DOM tree is flattened.
See also
Constructors
GetSnapshotRequest
Link copied to clipboard
Properties
computedStyleWhitelist
Link copied to clipboard
includeEventListeners
Link copied to clipboard
includePaintOrder
Link copied to clipboard
includeUserAgentShadowTree
Link copied to clipboard
Sources
jvm source
Link copied to clipboard