Table of Contents

Class CSSProperty

Namespace
OpenQA.Selenium.DevTools.V132.CSS
Assembly
WebDriver.dll

CSSProperty

public sealed class CSSProperty
Inheritance
CSSProperty
Inherited Members

Properties

Disabled

disabled

[JsonPropertyName("disabled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Disabled { get; set; }

Property Value

bool?

Implicit

implicit

[JsonPropertyName("implicit")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Implicit { get; set; }

Property Value

bool?

Important

important

[JsonPropertyName("important")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Important { get; set; }

Property Value

bool?

LonghandProperties

longhandProperties

[JsonPropertyName("longhandProperties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSProperty[] LonghandProperties { get; set; }

Property Value

CSSProperty[]

Name

name

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

Property Value

string

ParsedOk

parsedOk

[JsonPropertyName("parsedOk")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ParsedOk { get; set; }

Property Value

bool?

Range

range

[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange Range { get; set; }

Property Value

SourceRange

Text

text

[JsonPropertyName("text")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Text { get; set; }

Property Value

string

Value

value

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

Property Value

string