Table of Contents

Class Value

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

Data for a simple selector (these are delimited by commas in a selector list).

public sealed class Value
Inheritance
Value
Inherited Members

Properties

Range

Value range in the underlying resource (if available).

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

Property Value

SourceRange

Specificity

Specificity of the selector.

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

Property Value

Specificity

Text

Value text.

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

Property Value

string