Uses of Class
io.webfolder.cdp.type.accessibility.AXNode
Packages that use AXNode
-
Uses of AXNode in io.webfolder.cdp.command
Methods in io.webfolder.cdp.command that return AXNodeModifier and TypeMethodDescriptionAccessibility.getRootAXNode()
Fetches the root node.Accessibility.getRootAXNode
(String frameId) Fetches the root node.Methods in io.webfolder.cdp.command that return types with arguments of type AXNodeModifier and TypeMethodDescriptionAccessibility.getAXNodeAndAncestors()
Fetches a node and all ancestors up to and including the root.Accessibility.getAXNodeAndAncestors
(Integer nodeId, Integer backendNodeId, String objectId) Fetches a node and all ancestors up to and including the root.AccessibilityAsync.getAXNodeAndAncestors()
Fetches a node and all ancestors up to and including the root.AccessibilityAsync.getAXNodeAndAncestors
(Integer nodeId, Integer backendNodeId, String objectId) Fetches a node and all ancestors up to and including the root.Accessibility.getChildAXNodes
(String id) Fetches a particular accessibility node by AXNodeId.Accessibility.getChildAXNodes
(String id, String frameId) Fetches a particular accessibility node by AXNodeId.AccessibilityAsync.getChildAXNodes
(String id) Fetches a particular accessibility node by AXNodeId.AccessibilityAsync.getChildAXNodes
(String id, String frameId) Fetches a particular accessibility node by AXNodeId.Accessibility.getFullAXTree()
Fetches the entire accessibility tree for the root DocumentAccessibility.getFullAXTree
(Integer depth, String frameId) Fetches the entire accessibility tree for the root DocumentAccessibilityAsync.getFullAXTree()
Fetches the entire accessibility tree for the root DocumentAccessibilityAsync.getFullAXTree
(Integer depth, String frameId) Fetches the entire accessibility tree for the root DocumentAccessibility.getPartialAXTree()
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.Accessibility.getPartialAXTree
(Integer nodeId, Integer backendNodeId, String objectId, Boolean fetchRelatives) Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.AccessibilityAsync.getPartialAXTree()
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.AccessibilityAsync.getPartialAXTree
(Integer nodeId, Integer backendNodeId, String objectId, Boolean fetchRelatives) Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.AccessibilityAsync.getRootAXNode()
Fetches the root node.AccessibilityAsync.getRootAXNode
(String frameId) Fetches the root node.Accessibility.queryAXTree()
Query a DOM node's accessibility subtree for accessible name and role.Accessibility.queryAXTree
(Integer nodeId, Integer backendNodeId, String objectId, String accessibleName, String role) Query a DOM node's accessibility subtree for accessible name and role.AccessibilityAsync.queryAXTree()
Query a DOM node's accessibility subtree for accessible name and role.AccessibilityAsync.queryAXTree
(Integer nodeId, Integer backendNodeId, String objectId, String accessibleName, String role) Query a DOM node's accessibility subtree for accessible name and role. -
Uses of AXNode in io.webfolder.cdp.event.accessibility
Methods in io.webfolder.cdp.event.accessibility that return AXNodeMethods in io.webfolder.cdp.event.accessibility that return types with arguments of type AXNodeMethods in io.webfolder.cdp.event.accessibility with parameters of type AXNodeMethod parameters in io.webfolder.cdp.event.accessibility with type arguments of type AXNode