Uses of Class
org.openqa.selenium.devtools.accessibility.model.AXNode
-
Packages that use AXNode Package Description org.openqa.selenium.devtools.accessibility -
-
Uses of AXNode in org.openqa.selenium.devtools.accessibility
Methods in org.openqa.selenium.devtools.accessibility that return types with arguments of type AXNode Modifier and Type Method Description static Command<java.util.List<AXNode>>
Accessibility. getFullAXTree()
Fetches the entire accessibility treestatic Command<java.util.List<AXNode>>
Accessibility. getPartialAXTree(java.util.Optional<NodeId> nodeId, java.util.Optional<BackendNodeId> backendNodeId, java.util.Optional<RemoteObjectId> objectId, java.util.Optional<java.lang.Boolean> fetchRelatives)
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
-