axe DevTools
axe DevTools is a suite of automated accessibility testing tools, developed by Deque, that helps developers find and fix accessibility issues while building websites and apps. It includes a browser extension for web testing as well as toolkits for web, iOS, and Android, and can be integrated into existing automated testing processes. Automated tools like this detect only a portion of accessibility issues, so manual and assistive technology testing remain necessary.
axe DevTools is a family of accessibility testing products from Deque that build on the axe-core rules engine to evaluate web content against accessibility criteria. The Pro version combines the automated results of axe-core with results from axe Intelligent Guided Test (IGT) tools, and Deque lists this implementation among the W3C WAI Accessibility Conformance Testing (ACT) implementations. The product line spans a browser extension, APIs, and a command-line interface (CLI) for web, plus toolkits for iOS and Android, allowing accessibility checks to be embedded within existing automated testing workflows. As with all automated tooling, it surfaces only the subset of issues detectable by programmatic rules; conformance to WCAG success criteria and legal compliance also require manual review and testing with assistive technologies.
Why it matters
Accessibility defects are generally easier and cheaper to correct when they are caught early in the development process, before code reaches production and before issues compound across a growing codebase. Tools like axe DevTools give developers a way to surface programmatically detectable accessibility problems directly within their existing workflows, whether in the browser during development or embedded in automated testing pipelines for web, iOS, and Android. This can help teams treat accessibility as a routine part of quality assurance rather than an afterthought.
At the same time, it is important to understand what automated tooling can and cannot do. Automated accessibility testing detects only a portion of the issues that affect real users, because many WCAG success criteria depend on human judgment, context, and interaction that programmatic rules cannot fully evaluate. Passing automated checks does not by itself demonstrate conformance to WCAG or guarantee an accessible experience, and it does not confer immunity from legal claims. Deque lists axe DevTools Pro among the W3C WAI Accessibility Conformance Testing (ACT) implementations, but ACT implementation reflects how a tool maps to shared rule definitions rather than certifying legal compliance.
For these reasons, axe DevTools is most useful as one layer within a broader accessibility strategy that also includes manual review and testing with assistive technologies. Organizations should treat it as an aid to finding and fixing issues, not as a complete measure of accessibility or compliance, and should consult qualified legal counsel for questions about their specific obligations, which vary by jurisdiction and continue to evolve through regulation and case law.
Who it's relevant to
Inside axe DevTools
Common questions
Answers to the questions practitioners most commonly ask about axe DevTools.