Table of Contents

Class Value

Namespace
OpenQA.Selenium.DevTools.V85.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

Text

text

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

Property Value

string