Skip to content

axe-playwright-python

Automated web accessibility testing using axe-core engine and Playwright.

Requirements

You will need the following prerequisites in order to use this library:

Installation

python3 -m pip install -U axe-playwright-python

Playwright

To install Playwright (docs):

python3 -m pip install playwright

Then install browser binaries:

python3 -m playwright install --with-deps