Uses of Class
org.openqa.selenium.devtools.v141.accessibility.model.AXProperty
Packages that use AXProperty
-
Uses of AXProperty in org.openqa.selenium.devtools.v141.accessibility.model
Methods in org.openqa.selenium.devtools.v141.accessibility.model that return types with arguments of type AXPropertyModifier and TypeMethodDescriptionAXNode.getIgnoredReasons()Collection of reasons why this node is hidden.AXNode.getProperties()All other propertiesConstructor parameters in org.openqa.selenium.devtools.v141.accessibility.model with type arguments of type AXPropertyModifierConstructorDescriptionAXNode(AXNodeId nodeId, Boolean ignored, Optional<List<AXProperty>> ignoredReasons, Optional<AXValue> role, Optional<AXValue> chromeRole, Optional<AXValue> name, Optional<AXValue> description, Optional<AXValue> value, Optional<List<AXProperty>> properties, Optional<AXNodeId> parentId, Optional<List<AXNodeId>> childIds, Optional<BackendNodeId> backendDOMNodeId, Optional<FrameId> frameId)