File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ For maven based project add the below dependency
2121<dependency >
2222 <groupId >io.github.sridharbandi</groupId >
2323 <artifactId >java-a11y</artifactId >
24- <version >2.1.2 </version >
24+ <version >2.1.3 </version >
2525</dependency >
2626```
2727For gradle based project add the below dependency
2828```
29- compile 'io.github.sridharbandi:java-a11y:2.1.2 '
29+ compile 'io.github.sridharbandi:java-a11y:2.1.3 '
3030```
3131For non gradle or maven project download the jar from below mentioned link and add it to CLASSPATH for your project
3232
3333[ https://github.com/sridharbandi/Java-a11y/releases ] ( https://github.com/sridharbandi/Java-a11y/releases )
3434
3535### Getting Started
36- Make sure to enable logging capabilities to Webdriver. Below is the example for Chromedriver
36+ Make sure to enable logging capabilities to Webdriver is you are using the version ` 2.1.2 ` and below . Below is the example for Chromedriver
3737``` java
3838ChromeOptions chromeOptions = new ChromeOptions ();
3939LoggingPreferences logPrefs = new LoggingPreferences ();
You can’t perform that action at this time.
0 commit comments