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 AXValueAXValueSource. getAttributeValue()The value of the relevant attribute, if any.AXValueAXNode. getDescription()The accessible description for this `Node`.AXValueAXNode. getName()The accessible name for this `Node`.AXValueAXValueSource. getNativeSourceValue()The value, such as a node or node list, of the native source.AXValueAXNode. getRole()This `Node`'s role, whether explicit or implicit.AXValueAXNode. getValue()The value for this `Node`.AXValueAXProperty. getValue()The value of this property.AXValueAXValueSource. 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)
-