sridharbandi / Java-a11y

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

Update Java 11 and Selenium 4.10 #31

Open eotsevych opened 1 year ago

eotsevych commented 1 year ago

We encountered a conflict with the test framework (currently Selenium 4.10) which is not compatible with the current Selenium version used in Java-a11y.

In this commit, I updated the project's Java version from Java 8 to Java 11 and also upgraded Selenium to the latest available version.