Class AXValue
java.lang.Object
org.openqa.selenium.devtools.v140.accessibility.model.AXValue
A single computed AX property.
- 
Constructor Summary
ConstructorsConstructorDescriptionAXValue(AXValueType type, Optional<Object> value, Optional<List<AXRelatedNode>> relatedNodes, Optional<List<AXValueSource>> sources)  - 
Method Summary
 
- 
Constructor Details
- 
AXValue
public AXValue(AXValueType type, Optional<Object> value, Optional<List<AXRelatedNode>> relatedNodes, Optional<List<AXValueSource>> sources)  
 - 
 - 
Method Details
- 
getType
The type of this value. - 
getValue
The computed value of this property. - 
getRelatedNodes
One or more related nodes, if applicable. - 
getSources
The sources which contributed to the computation of this property. 
 -