Table of Contents

Class CSSComputedStyleProperty

Namespace
OpenQA.Selenium.DevTools.V147.DOM
Assembly
Selenium.WebDriver.dll

CSSComputedStyleProperty

public sealed class CSSComputedStyleProperty
Inheritance
CSSComputedStyleProperty
Inherited Members

Properties

Name

Computed style property name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Value

Computed style property value.

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string