webdriver-accessibility
webdriver-accessibility copied to clipboard
A Java library to run accessibility audits with Selenium WebDriver
Is this still being actively updated/maintained? I've been using this project, and have updated it significantly. I'd either be interested in taking over the project from you, or collaborating
mvn clean -B deploy results in error: simpleWebDriverAccessibilityTest(com.accessibility.examples.junit.webdriver.test.WebDriverJunitTest): Failed to connect to binary FirefoxBinary(/Applications/Firefox.app/Contents/MacOS/firefox-bin) on port 7055; process output follows: (..)
Hi, This tools is really awesome and works perfectly fine for static web pages. But i am facing difficulty in generating reports for dynamic web pages. What would you recommend?...
Currently this lib can be deployed locally or a snapshot can be deployed internally. We really need to release this lib formally into a maven repo for better version management....
When I output my plain_report object I get several warnings reported like `(1 - 5 of 20)`, but when I call `List warnings = (List) audit_report.get("warning");` I get a `NullPointerException`....