A tool for browsing accessibility tree of an application

自闭症网瘾萝莉.ら 提交于 2020-01-02 12:40:15

问题


I have been making scripts for screen readers (e.g. JAWS) and often have to dig into its window hierarchy (MSAA, UIA etc). I usually use the old AccExplorer32 app, but it is not optimal (the hierarchy usually does not correspond to the one generated by screen readers, plus search in the tree is very limited). Is there a better app for browsing accessibility hierarchies? It should:

  • have good search capabilities (ideally you could search all accessibility fields)
  • generate windows trees as close to those used by screen readers and especially JAWS as possible
  • have most of other features of AccExplorer, especially the option for highlighting selected object is important

These apps are not good enough (not better for my purposes than AccExplorer): AccChecker, Process Monitor, uiaverify, spyxx. I could not find anything better, which seems strange, since there certainly is space for such an app.


回答1:


I haven't used it, but have you looked at the Inspect tool? For more info on it see http://msdn.microsoft.com/en-us/library/windows/desktop/dd318521%28v=vs.85%29.aspx




回答2:


Have you tried the aViewer from the Paciello Group? (Windows only)

Or the DOM Inspector for Firefox? (All platforms)

Both tools will show you the Accessibility Tree as rendered.



来源:https://stackoverflow.com/questions/10818999/a-tool-for-browsing-accessibility-tree-of-an-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!