Uses of Class
org.openqa.selenium.devtools.v111.accessibility.model.AXValue
-
Packages that use AXValue Package Description org.openqa.selenium.devtools.v111.accessibility.model -
-
Uses of AXValue in org.openqa.selenium.devtools.v111.accessibility.model
Methods in org.openqa.selenium.devtools.v111.accessibility.model that return AXValue Modifier and Type Method Description AXValueAXProperty. getValue()The value of this property.Methods in org.openqa.selenium.devtools.v111.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. getChromeRole()This `Node`'s Chrome raw role.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.v111.accessibility.model with parameters of type AXValue Constructor Description AXProperty(AXPropertyName name, AXValue value)Constructor parameters in org.openqa.selenium.devtools.v111.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)
-