CSSComputedStyleProperty

@Serializable
data class CSSComputedStyleProperty(val name: String, val value: String)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard

Computed style property name.

Link copied to clipboard

Computed style property value.