Skip to content

Commit 1b69be3

Browse files
committed
Readme Update
1 parent 8d5f6c0 commit 1b69be3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```
2727
For 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
```
3131
For 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
3838
ChromeOptions chromeOptions = new ChromeOptions();
3939
LoggingPreferences logPrefs = new LoggingPreferences();

0 commit comments

Comments
 (0)