Uses of Class
org.openqa.selenium.devtools.v141.accessibility.model.AXNode
Packages that use AXNode
-
Uses of AXNode in org.openqa.selenium.devtools.v141.accessibility
Methods in org.openqa.selenium.devtools.v141.accessibility that return types with arguments of type AXNodeModifier and TypeMethodDescriptionAccessibility.getAXNodeAndAncestors(Optional<NodeId> nodeId, Optional<BackendNodeId> backendNodeId, Optional<RemoteObjectId> objectId) Fetches a node and all ancestors up to and including the root.Accessibility.getChildAXNodes(AXNodeId id, Optional<FrameId> frameId) Fetches a particular accessibility node by AXNodeId.Accessibility.getFullAXTree(Optional<Integer> depth, Optional<FrameId> frameId) Fetches the entire accessibility tree for the root DocumentAccessibility.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.static org.openqa.selenium.devtools.Command<AXNode> Accessibility.getRootAXNode(Optional<FrameId> frameId) Fetches the root node.static org.openqa.selenium.devtools.Event<AXNode> Accessibility.loadComplete()Accessibility.nodesUpdated()Accessibility.queryAXTree(Optional<NodeId> nodeId, Optional<BackendNodeId> backendNodeId, Optional<RemoteObjectId> objectId, Optional<String> accessibleName, Optional<String> role) Query a DOM node's accessibility subtree for accessible name and role.