A sample of less than 40 publicly accessible web pages are taken from various governmental e-services. These pages will them be assessed based on accessibility rules. We used axe, an accessibility testing tool kit that can help identify common issues.
The tool in use, axe includes rules following the Web Content Accessibility Guidelines (WCAG). The tool is currently used together with Selenium WebDriver, that automates the crawling of websites. Our findings are a small sample size of web pages for each domain using the axe tool, and not fully representative of the accessibility of the domain.
For visual representation of the errors, we will be using WAVE (Web Accessibility Evaluation Tool), an online web tool to pinpoint various violations on the pages.
We have incorporated Python and Javascript for various uses of the axe tool.
You can refer to the Python Version here, and the Javascript Version here for more in-depth installation and usage instructions.
Deque for the axe-core api