Table of Contents

Class Value

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

Value

public sealed class Value
Inheritance
Value
Inherited Members

Properties

Range

range

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

Property Value

SourceRange

Specificity

specificity

[JsonPropertyName("specificity")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Specificity Specificity { get; set; }

Property Value

Specificity

Text

text

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string