ComputedStyle

@Serializable
data class ComputedStyle(val properties: List<DOMSnapshot.NameValue>)

A subset of the full ComputedStyle as defined by the request whitelist.

Constructors

Link copied to clipboard
constructor(properties: List<DOMSnapshot.NameValue>)

Properties

Link copied to clipboard

Name/value pairs of computed style properties.