Table of Contents

Class Value

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

public sealed record Value : IEquatable<Value>
Inheritance
Value
Implements
Inherited Members

Constructors

Value(string)

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

public Value(string Text)

Parameters

Text string

Value text.

Properties

Range

Value range in the underlying resource (if available).

public SourceRange? Range { get; init; }

Property Value

SourceRange

Specificity

Specificity of the selector.

public Specificity? Specificity { get; init; }

Property Value

Specificity

Text

Value text.

public string Text { get; init; }

Property Value

string