Uses of Class
org.openqa.selenium.devtools.accessibility.model.AXValue
-
Packages that use AXValue Package Description org.openqa.selenium.devtools.accessibility.model -
-
Uses of AXValue in org.openqa.selenium.devtools.accessibility.model
Methods in org.openqa.selenium.devtools.accessibility.model that return AXValue Modifier and Type Method Description AXValue
AXProperty. getValue()
The value of this property.Methods in org.openqa.selenium.devtools.accessibility.model that return types with arguments of type AXValue Modifier and Type Method Description java.util.Optional<AXValue>
AXValueSource. getAttributeValue()
The value of the relevant attribute, if any.java.util.Optional<AXValue>
AXNode. getDescription()
The accessible description for this `Node`.java.util.Optional<AXValue>
AXNode. getName()
The accessible name for this `Node`.java.util.Optional<AXValue>
AXValueSource. getNativeSourceValue()
The value, such as a node or node list, of the native source.java.util.Optional<AXValue>
AXNode. getRole()
This `Node`'s role, whether explicit or implicit.java.util.Optional<AXValue>
AXNode. getValue()
The value for this `Node`.java.util.Optional<AXValue>
AXValueSource. getValue()
The value of this property source.Constructors in org.openqa.selenium.devtools.accessibility.model with parameters of type AXValue Constructor Description AXProperty(AXPropertyName name, AXValue value)
Constructor parameters in org.openqa.selenium.devtools.accessibility.model with type arguments of type AXValue Constructor Description AXValueSource(AXValueSourceType type, java.util.Optional<AXValue> value, java.util.Optional<java.lang.String> attribute, java.util.Optional<AXValue> attributeValue, java.util.Optional<java.lang.Boolean> superseded, java.util.Optional<AXValueNativeSourceType> nativeSource, java.util.Optional<AXValue> nativeSourceValue, java.util.Optional<java.lang.Boolean> invalid, java.util.Optional<java.lang.String> invalidReason)
-