Test Accessibility at Runtime with Selenium WebDriver and aXe-Core

InstructorErin Doyle

Share this video with your friends

Send Tweet

To audit our app for accessibility issues at runtime we can use Selenium WebDriver to run our application in a browser environment and then with the aid of the aXe-core webdriverjs library we can analyze the current page for any accessibility issues.

Resources

  • https://www.selenium.dev/documentation/getting_started/installing_browser_drivers/
  • https://github.com/dequelabs/axe-core-npm/blob/develop/packages/webdriverjs/README.md