Skip to content

Commit 2e3b8f9

Browse files
updated selenium dependency
1 parent a27883b commit 2e3b8f9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Depends upon the Selenium Java client library, available [here](http://docs.sele
1515
</dependency>
1616
```
1717

18-
It currently depends on selenium-java 2.50.0. If it is necessary to use another version of Selenium then you can configure pom.xml as follows:
18+
It currently depends on selenium-java 2.51.0. If it is necessary to use another version of Selenium then you can configure pom.xml as follows:
1919

2020
```
2121
<dependency>
@@ -110,7 +110,7 @@ If you are using the Eclipse IDE, make sure you are using version Luna or later.
110110

111111
##Changelog##
112112
*3.4.0 (still not released)*
113-
- Update to Selenium v2.50.0
113+
- Update to Selenium v2.51.0
114114
- `getAppStrings()` methods are deprecated now. They are going to be removed. `getAppStringMap()` methods were added and now return a map with app strings (keys and values)
115115
instead of a string. Thanks to [@rgonalo](https://github.com/rgonalo) for the contribution.
116116
- Add `getAppStringMap(String language, String stringFile)` method to allow searching app strings in the specified file

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.seleniumhq.selenium</groupId>
3333
<artifactId>selenium-java</artifactId>
34-
<version>2.50.0</version>
34+
<version>2.51.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>junit</groupId>

0 commit comments

Comments
 (0)