Skip to content

Commit c3e30d7

Browse files
committed
v2.1.0
1 parent 14873d0 commit c3e30d7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

+9-1
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>2.0.0</version>
14+
<version>2.1.0</version>
1515
</dependency>
1616
```
1717

@@ -71,6 +71,14 @@ Locators:
7171
- findElementsByAndroidUIAutomator()
7272

7373
##Changelog##
74+
*2.1.0*
75+
- Moved hasAppString() from AndroidDriver to AppiumDriver
76+
- Fixes to PageFactory
77+
- Added @AndroidFindAll and @iOSFindAll
78+
- Added toggleLocationServices() to AndroidDriver
79+
- Added touchAction methods to MobileElement, so now you can do `element.pinch()`, `element.zoom()`, etc.
80+
- Added the ability to choose a direction to swipe over an element. Use the `SwipeElementDirection` enums: `UP, DOWN, LEFT, RIGHT`
81+
7482
*2.0.0*
7583
- 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
7684
- ScrollTo() and ScrollToExact() methods reimplemented

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>2.0.0</version>
8+
<version>2.1.0</version>
99
<dependencies>
1010
<dependency>
1111
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)