We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddca25b + 4169f44 commit 6a5c922Copy full SHA for 6a5c922
docs/usage.md
@@ -3,7 +3,7 @@ The first step is to run `axe.run()` on a Playwright `Page` object
3
4
```python
5
from playwright.sync_api import sync_playwright
6
-from axe_core_python.sync_playwright import Axe
+from axe_playwright_python.sync_playwright import Axe
7
8
axe = Axe()
9
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
]
25
26
[project.urls]
27
-GitHub = "https://github.com/pamelafox/pytest-axe-playwright-snapshot"
+GitHub = "https://github.com/pamelafox/axe-playwright-python"
28
Documentation = "https://pamelafox.github.io/axe-playwright-python"
29
30
[project.optional-dependencies]
0 commit comments