Table of Contents

Class CSSComputedStyleProperty

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record CSSComputedStyleProperty : IEquatable<CSSComputedStyleProperty>
Inheritance
CSSComputedStyleProperty
Implements
Inherited Members

Constructors

CSSComputedStyleProperty(string, string)

public CSSComputedStyleProperty(string Name, string Value)

Parameters

Name string

Computed style property name.

Value string

Computed style property value.

Properties

Name

Computed style property name.

public string Name { get; init; }

Property Value

string

Value

Computed style property value.

public string Value { get; init; }

Property Value

string