Skip to content

Commit 068fb05

Browse files
committed
v3.1.0
1 parent 0936596 commit 068fb05

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Depends upon the Selenium Java client library, available [here](http://docs.sele
1111
<dependency>
1212
<groupId>io.appium</groupId>
1313
<artifactId>java-client</artifactId>
14-
<version>3.0.0</version>
14+
<version>3.1.0</version>
1515
</dependency>
1616
```
1717

@@ -21,7 +21,7 @@ It currently depends on selenium-java 2.46.0. If it is necessary to use another
2121
<dependency>
2222
<groupId>io.appium</groupId>
2323
<artifactId>java-client</artifactId>
24-
<version>3.0.0</version>
24+
<version>3.1.0</version>
2525
<exclusions>
2626
<exclusion>
2727
<groupId>org.seleniumhq.selenium</groupId>
@@ -107,6 +107,11 @@ If you are using the Eclipse IDE, make sure you are using verison Luna or later.
107107

108108
##Changelog##
109109

110+
*3.1.1*
111+
- Page-object findBy strategies are now aware of which driver (iOS or Android) you are using. For more details see the Pull Request: https://github.com/appium/java-client/pull/213
112+
- If somebody desires to use their own Webdriver implementation then it has to implement HasCapabilities.
113+
- Corrected an uninformative Exception message.
114+
110115
*3.0.0*
111116
- AppiumDriver class is now a Generic. This allows us to return elements of class MobileElement (and its subclasses) instead of always returning WebElements and requiring users to cast to MobileElement. See https://github.com/appium/java-client/pull/182
112117
- Full set of Android KeyEvents added.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.appium</groupId>
77
<artifactId>java-client</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.1.0</version>
99
<dependencies>
1010
<dependency>
1111
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)