Table of Contents

Class AXValue

Namespace
OpenQA.Selenium.DevTools.V131.Accessibility
Assembly
WebDriver.dll

AXValue

public sealed class AXValue
Inheritance
AXValue
Inherited Members

Properties

RelatedNodes

relatedNodes

[JsonPropertyName("relatedNodes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXRelatedNode[] RelatedNodes { get; set; }

Property Value

AXRelatedNode[]

Sources

sources

[JsonPropertyName("sources")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AXValueSource[] Sources { get; set; }

Property Value

AXValueSource[]

Type

type

[JsonPropertyName("type")]
public AXValueType Type { get; set; }

Property Value

AXValueType

Value

value

[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object Value { get; set; }

Property Value

object