From c3e30d766d262b43d1438e7120634877c1fb59ed Mon Sep 17 00:00:00 2001 From: Jonah Stiennon Date: Thu, 13 Nov 2014 17:27:03 -0800 Subject: [PATCH] v2.1.0 --- README.md | 10 +++++++++- pom.xml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b0723d45..060be92e9 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 - 2.0.0 + 2.1.0 ``` @@ -71,6 +71,14 @@ Locators: - findElementsByAndroidUIAutomator() ##Changelog## +*2.1.0* +- Moved hasAppString() from AndroidDriver to AppiumDriver +- Fixes to PageFactory +- Added @AndroidFindAll and @iOSFindAll +- Added toggleLocationServices() to AndroidDriver +- Added touchAction methods to MobileElement, so now you can do `element.pinch()`, `element.zoom()`, etc. +- Added the ability to choose a direction to swipe over an element. Use the `SwipeElementDirection` enums: `UP, DOWN, LEFT, RIGHT` + *2.0.0* - AppiumDriver is now an abstract class, use IOSDriver and AndroidDriver which both extend it. You no longer need to include the `PLATFORM_NAME` desired capability since it's automatic for each class. Thanks to @TikhomirovSergey for all their work - ScrollTo() and ScrollToExact() methods reimplemented diff --git a/pom.xml b/pom.xml index 4b4036ee8..d134f5f4b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.appium java-client - 2.0.0 + 2.1.0 com.google.code.gson