You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: clarify selenium-java version override behavior in README
Explains that consumers can declare their own selenium-java version
and Maven will use it instead of the transitive dependency. Also
fixes typo "Seleium" -> "Selenium".
Add `axe-core-maven-html-selenium`dependency to your `pom.xml`:
33
+
This library includes `selenium-java` as a transitive dependency. If you need a different version of Selenium, declare it explicitly in your `pom.xml` and Maven will use your version instead:
0 commit comments