Liking cljdoc? Tell your friends :D
Clojure only.

clj-chrome-devtools.commands.accessibility


get-partial-ax-treeclj

(get-partial-ax-tree)
(get-partial-ax-tree {:as params :keys [node-id fetch-relatives]})
(get-partial-ax-tree connection {:as params :keys [node-id fetch-relatives]})

Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

Parameters map keys:

KeyDescription
:node-idID of node to get the partial accessibility tree for.
:fetch-relativesWhether to fetch this nodes ancestors, siblings and children. Defaults to true. (optional)

Return map keys:

KeyDescription
:nodesThe Accessibility.AXNode for this DOM node, if it exists, plus its ancestors, siblings and children, if requested.
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.

Parameters map keys:


  Key              | Description 
  -----------------|------------ 
  :node-id         | ID of node to get the partial accessibility tree for.
  :fetch-relatives | Whether to fetch this nodes ancestors, siblings and children. Defaults to true. (optional)

Return map keys:


  Key    | Description 
  -------|------------ 
  :nodes | The `Accessibility.AXNode` for this DOM node, if it exists, plus its ancestors, siblings and children, if requested.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close