Uses of Class
org.openqa.selenium.devtools.accessibility.model.AXProperty
-
Packages that use AXProperty Package Description org.openqa.selenium.devtools.accessibility.model -
-
Uses of AXProperty in org.openqa.selenium.devtools.accessibility.model
Methods in org.openqa.selenium.devtools.accessibility.model that return types with arguments of type AXProperty Modifier and Type Method Description java.util.List<AXProperty>
AXNode. getIgnoredReasons()
Collection of reasons why this node is hidden.java.util.List<AXProperty>
AXNode. getProperties()
All other propertiesConstructor parameters in org.openqa.selenium.devtools.accessibility.model with type arguments of type AXProperty 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)
-