Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to expose the AccessibilityTree #41

Open
rodneyrehm opened this issue May 4, 2015 · 0 comments
Open

Try to expose the AccessibilityTree #41

rodneyrehm opened this issue May 4, 2015 · 0 comments

Comments

@rodneyrehm
Copy link
Contributor

Our drivers (most of the "real browser drivers" anyway) are able to start browsers in a way that makes them load certain plugins (extensions, addons, …). We should be able to create a plugin for firefox (perhaps based on a reverse-engineering of DOM Inspector) that exposes the Accessibility Tree and Accessibility Events to window in a way that our WebDriver JS executions can access them. We should investigating the same goal for other (even all) browsers.

This would allow testing the actual AT of documents on a scale that may even be used to verify a browser's support for HTML5/ARIA.

Dom Inspector - Accessibility Tree
screen shot 2015-05-04 at 18 18 45

Dom Inspector - Accessibility Events
screen shot 2015-05-04 at 18 15 34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant