Class AXValue
java.lang.Object
io.webfolder.cdp.type.accessibility.AXValue
A single computed AX property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOne or more related nodes, if applicable.The sources which contributed to the computation of this property.getType()
The type of this value.getValue()
The computed value of this property.void
setRelatedNodes
(List<AXRelatedNode> relatedNodes) One or more related nodes, if applicable.void
setSources
(List<AXValueSource> sources) The sources which contributed to the computation of this property.void
setType
(AXValueType type) The type of this value.void
The computed value of this property.toString()
-
Constructor Details
-
AXValue
public AXValue()
-
-
Method Details
-
getType
The type of this value. -
setType
The type of this value. -
getValue
The computed value of this property. -
setValue
The computed value of this property. -
getRelatedNodes
One or more related nodes, if applicable. -
setRelatedNodes
One or more related nodes, if applicable. -
getSources
The sources which contributed to the computation of this property. -
setSources
The sources which contributed to the computation of this property. -
toString
-