Get Snapshot Response
data class GetSnapshotResponse(domNodes: List<DOMNode>, layoutTreeNodes: List<LayoutTreeNode>, computedStyles: List<ComputedStyle>)
Content copied to clipboard
Represents response frame that is returned from 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
GetSnapshotResponse
Link copied to clipboard
fun GetSnapshotResponse(domNodes: List<DOMNode>, layoutTreeNodes: List<LayoutTreeNode>, computedStyles: List<ComputedStyle>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard