Chrome Remote Interface v0.0.4 ChromeRemoteInterface.RPC.Accessibility View Source

Link to this section Summary

Functions

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

Link to this section Functions

Link to this function getPartialAXTree(page_pid) View Source

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

Parameters: nodeId - - ID of node to get the partial accessibility tree for.fetchRelatives - - Whether to fetch this nodes ancestors, siblings and children. Defaults to true.

Link to this function getPartialAXTree(page_pid, parameters) View Source
Link to this function getPartialAXTree(page_pid, parameters, opts) View Source