From 068fb050fd3faeb7cf445c1273d4b1e91b79cce3 Mon Sep 17 00:00:00 2001 From: Jonah Stiennon Date: Mon, 6 Jul 2015 14:40:08 -0700 Subject: [PATCH] v3.1.0 --- README.md | 9 +++++++-- pom.xml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2605eefd4..94a035d5d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Depends upon the Selenium Java client library, available [here](http://docs.sele io.appium java-client - 3.0.0 + 3.1.0 ``` @@ -21,7 +21,7 @@ It currently depends on selenium-java 2.46.0. If it is necessary to use another io.appium java-client - 3.0.0 + 3.1.0 org.seleniumhq.selenium @@ -107,6 +107,11 @@ If you are using the Eclipse IDE, make sure you are using verison Luna or later. ##Changelog## +*3.1.1* +- 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 +- If somebody desires to use their own Webdriver implementation then it has to implement HasCapabilities. +- Corrected an uninformative Exception message. + *3.0.0* - 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 - Full set of Android KeyEvents added. diff --git a/pom.xml b/pom.xml index 5c801489f..86648582a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.appium java-client - 3.0.0 + 3.1.0 com.google.code.gson