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.