Skip to content

Commit 59c75af

Browse files
committed
update to 1.2.0
1 parent dbfa459 commit 59c75af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ More can be found in the docs, but here's a quick list of features which this pr
4747
- lockScreen()
4848
- shake()
4949
- complexFind()
50+
- scrollTo()
51+
- scrollToExact()
5052
- Context Switching: .context(), .getContextHandles(), getContext())
5153

5254
Locators:
@@ -58,6 +60,9 @@ Locators:
5860
- findElementsByAndroidUIAutomator()
5961

6062
##Changelog##
63+
*1.2.0*
64+
- complexFind() now returns MobileElement objects
65+
- added scrollTo() and scrollToExact() methods for use with complexFind()
6166
*1.1.0*
6267
- AppiumDriver now implements Rotatable. rotate() and getOrientation() methods added
6368
- when no appium server is running, the proper error is thrown, instead of a NullPointerException

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.appium</groupId>
88
<artifactId>java-client</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.2.0</version>
1010
<dependencies>
1111
<dependency>
1212
<groupId>com.google.collections</groupId>

0 commit comments

Comments
 (0)