Table of Contents

Class AXValue

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

A single computed AX property.

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

Constructors

AXValue(AXValueType)

A single computed AX property.

public AXValue(AXValueType Type)

Parameters

Type AXValueType

The type of this value.

Properties

RelatedNodes

One or more related nodes, if applicable.

public ImmutableArray<AXRelatedNode>? RelatedNodes { get; init; }

Property Value

ImmutableArray<AXRelatedNode>?

Sources

The sources which contributed to the computation of this property.

public ImmutableArray<AXValueSource>? Sources { get; init; }

Property Value

ImmutableArray<AXValueSource>?

Type

The type of this value.

public AXValueType Type { get; init; }

Property Value

AXValueType

Value

The computed value of this property.

public JsonElement? Value { get; init; }

Property Value

JsonElement?