ax_dump_tree
Standalone executable tool that helps developers view IAccessible2 object trees from any application. This tool is an alternative to AccProbe, which is buggy, and AViewer, which is not feature rich. The first version of ax_dump_tree is barebones and simply displays events on console, but has a lot of room for future expansion (e.g., serve info to a GUI, dump the tree structure etc.). The tool is similar is use to ax_dump_events. As an example of how this makes easier, when there is a bug with NVDA/JAWS in Chrome that doesn't occur with Firefox, we can look at the object tree emitted by Firefox for the same content. The ax_dump_tree tool shares code and formatting with the DumpAccessibilityTree browsertests. Use as follows: ax_dump_tree --pid=[processid] ax_dump_tree --window=[hwnd] (start with 0x to use hex value) TBR=nektar,dpranke Bug: 771747 Change-Id: Idfc17ca1a1d44006ad32dcca07303ce1d93f7669 Reviewed-on: https://chromium-review.googlesource.com/724239Reviewed-by:Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#509597}
Showing
This diff is collapsed.
Please register or sign in to comment