Uses of Class
org.openqa.selenium.devtools.v85.accessibility.model.AXNode
Packages that use AXNode
-
Uses of AXNode in org.openqa.selenium.devtools.v85.accessibility
Methods in org.openqa.selenium.devtools.v85.accessibility that return types with arguments of type AXNodeModifier and TypeMethodDescriptionAccessibility.getFullAXTree()Fetches the entire accessibility treeAccessibility.getPartialAXTree(Optional<NodeId> nodeId, Optional<BackendNodeId> backendNodeId, Optional<RemoteObjectId> objectId, Optional<Boolean> fetchRelatives) Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.