Uses of Class
org.openqa.selenium.devtools.v119.accessibility.model.AXValue
Packages that use AXValue
-
Uses of AXValue in org.openqa.selenium.devtools.v119.accessibility.model
Methods in org.openqa.selenium.devtools.v119.accessibility.model that return AXValueMethods in org.openqa.selenium.devtools.v119.accessibility.model that return types with arguments of type AXValueModifier and TypeMethodDescriptionAXValueSource.getAttributeValue()
The value of the relevant attribute, if any.AXNode.getChromeRole()
This `Node`'s Chrome raw role.AXNode.getDescription()
The accessible description for this `Node`.AXNode.getName()
The accessible name for this `Node`.AXValueSource.getNativeSourceValue()
The value, such as a node or node list, of the native source.AXNode.getRole()
This `Node`'s role, whether explicit or implicit.AXNode.getValue()
The value for this `Node`.AXValueSource.getValue()
The value of this property source.Constructors in org.openqa.selenium.devtools.v119.accessibility.model with parameters of type AXValueConstructor parameters in org.openqa.selenium.devtools.v119.accessibility.model with type arguments of type AXValueModifierConstructorDescriptionAXValueSource
(AXValueSourceType type, Optional<AXValue> value, Optional<String> attribute, Optional<AXValue> attributeValue, Optional<Boolean> superseded, Optional<AXValueNativeSourceType> nativeSource, Optional<AXValue> nativeSourceValue, Optional<Boolean> invalid, Optional<String> invalidReason)