Capture Snapshot Request
data class CaptureSnapshotRequest(computedStyles: List<String>, includePaintOrder: Boolean?, includeDOMRects: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOMSnapshot#captureSnapshot 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
CaptureSnapshotRequest
Link copied to clipboard
fun CaptureSnapshotRequest(computedStyles: List<String>, includePaintOrder: Boolean? = null, includeDOMRects: Boolean? = null)
Content copied to clipboard
Properties
computedStyles
Link copied to clipboard
includeDOMRects
Link copied to clipboard
includePaintOrder
Link copied to clipboard
Sources
jvm source
Link copied to clipboard