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
TypeAXValueTypeThe type of this value.
Properties
RelatedNodes
One or more related nodes, if applicable.
public ImmutableArray<AXRelatedNode>? RelatedNodes { get; init; }
Property Value
Sources
The sources which contributed to the computation of this property.
public ImmutableArray<AXValueSource>? Sources { get; init; }
Property Value
Type
The type of this value.
public AXValueType Type { get; init; }
Property Value
Value
The computed value of this property.
public JsonElement? Value { get; init; }