GetSnapshotReturn

@Serializable
data class GetSnapshotReturn(val domNodes: List<DOMSnapshot.DOMNode>, val layoutTreeNodes: List<DOMSnapshot.LayoutTreeNode>, val computedStyles: List<DOMSnapshot.ComputedStyle>)

Constructors

Link copied to clipboard
constructor(domNodes: List<DOMSnapshot.DOMNode>, layoutTreeNodes: List<DOMSnapshot.LayoutTreeNode>, computedStyles: List<DOMSnapshot.ComputedStyle>)

Properties

Link copied to clipboard

Whitelisted ComputedStyle properties for each node in the layout tree.

Link copied to clipboard

The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.

Link copied to clipboard

The nodes in the layout tree.