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
AXValueSource. getAttributeValue()
The value of the relevant attribute, if any.AXValue
AXNode. getDescription()
The accessible description for this `Node`.AXValue
AXNode. getName()
The accessible name for this `Node`.AXValue
AXValueSource. getNativeSourceValue()
The value, such as a node or node list, of the native source.AXValue
AXNode. getRole()
This `Node`'s role, whether explicit or implicit.AXValue
AXNode. getValue()
The value for this `Node`.AXValue
AXProperty. getValue()
The value of this property.AXValue
AXValueSource. getValue()
The value of this property source.Constructors in org.openqa.selenium.devtools.accessibility.model with parameters of type AXValue Constructor Description AXNode(AXNodeId nodeId, java.lang.Boolean ignored, java.util.List<AXProperty> ignoredReasons, AXValue role, AXValue name, AXValue description, AXValue value, java.util.List<AXProperty> properties, java.util.List<AXNodeId> childIds, BackendNodeId backendDOMNodeId)
AXProperty(AXPropertyName name, AXValue value)
AXValueSource(AXValueSourceType type, AXValue value, java.lang.String attribute, AXValue attributeValue, java.lang.Boolean superseded, AXValueNativeSourceType nativeSource, AXValue nativeSourceValue, java.lang.Boolean invalid, java.lang.String invalidReason)
-