Use this page to inspect the internal representation of accessibility in Chrome. You can see and modify the various accessibility modes Chrome has. You can also view the accessibility tree for a specific page, or for the Chrome app natively.
Check/uncheck accessibility modes to see how they change a page's accessibility.
Accessibility features in Chrome are off by default and enabled automatically on-demand.
To force accessibility to be enabled at launch, run Chrome with this flag:
--force-renderer-accessibility
To force the accessibility AXMode to one of the predefined bundles, run Chrome with the --force-renderer-accessibility flag and optional argument:
--force-renderer-accessibility=[basic|complete|form-controls]If the optional parameter is absent, the AXMode bundle will default to complete.
To disable accessibility, run Chrome with this flag:
--disable-renderer-accessibility
Use filters to match the attributes and attribute values you want included in the output. Filters can contain simple wildcards (*) only, they're not regular expressions. Attributes are separated by spaces.
Top Level Window support is not available on this platform.