axe-selenium-python icon indicating copy to clipboard operation
axe-selenium-python copied to clipboard

aXe Selenium Integration python package

Results 17 axe-selenium-python issues
Sort by recently updated
recently updated
newest added

Is this project actively being maintained? I see a couple PRs submitted from last year without any movement.

Most recent package at https://pypi.org/project/axe-selenium-python/ is from Nov 12 2018, and contains axe-core 3.1.1. The repo has axe-core 3.3.4, plus a PR for 3.4.0 that I just submitted.

Adding the latest axe-core library and point to the right location

Hi guys, I am utilizing axe-selenium-python to check our product pages, but I found that I can not set any rule disabled via the options parameter following the axe core...

Hey, Would be great if axe-selenium-python uses the latest version of axe-core (4.0.2 as of today) PR for this change - https://github.com/mozilla-services/axe-selenium-python/pull/184 Thanks!

Hey folks, trying to add some rule specifications into the axe 'run' function but am getting the following error ```_ _ _ _ _ _ _ _ _ _ _...

Looking at the code, it seems that `axe.run()` takes arguments as _strings representing Javascript objects_: https://github.com/mozilla-services/axe-selenium-python/blob/270c8cd5aed76e31d8c9086e397a487126425026/axe_selenium_python/axe.py#L36-L52 This is a surprising interface for a Python object, and I can't find it...

Would be much appreciated if this package were to be updated. In the mean time, would there be a way to capture more than one occurrence of each violation? I...

I'm not sure if this is possible but wanted to capture the intention after seeing issue #149 filed by @mudgil. Can a process, like those run in TravisCI, verify when...

enhancement