sridharbandi / Java-a11y

Accessibility Automated Testing with Java Selenium
https://sridharbandi.github.io/Java-a11y/
MIT License
12 stars 12 forks source link

Accessibility check is invalid when alert or prompt box is found #11

Closed kaviarasan96 closed 4 years ago

kaviarasan96 commented 4 years ago

When an alert or prompt box is in front of page it returns the results as 0.

sridharbandi commented 4 years ago

@kaviarasan96 Can you provide me with the URL you are using? I will look at it and revert back to you.

kaviarasan96 commented 4 years ago

https://www.tutorialsteacher.com/codeeditor?cid=js-1

sridharbandi commented 4 years ago

@kaviarasan96 You need to run the accessibility tests after closing the popup or alert box.