mozilla-services / axe-selenium-python

aXe Selenium Integration python package
https://pypi.python.org/pypi/axe-selenium-python/
Mozilla Public License 2.0
58 stars 50 forks source link

Requesting suggestions for handling hidden elements #170

Open cBala20 opened 5 years ago

cBala20 commented 5 years ago

Hi Team,

While we evaluating our websites, I noticed that hidden elements are not evaluated (which is specified in the documentation), is there any recommended/suggested approach to make the hidden elements (both style property and CSS) visible for the evaluation?

we are facing issues in making the hidden element (via CSS) visible for the evaluation. Any help or approach will be highly helpful.

kimberlythegeek commented 4 years ago

Apologies for the lack of reply @cBala20

This project is not my primary focus at Mozilla anymore, so unfortunately it does get less attention.

As I mentioned in #171 , I believe should be solved by update axe-core. I have done so and run the tests locally, which pass, but the tests in Travis CI fail as expected.

I will need to do some tweaking on the tests, #172

kimberlythegeek commented 4 years ago

an update on this: I've updated the axe-core version locally but I'm getting some import mismatch errors on the conftest.py file for some reason. I'm going to push my changes to see if the travis build returns the same results.

I'm also working to update the core tests to be a little more informative