We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df165a commit 5b17ebcCopy full SHA for 5b17ebc
README.md
@@ -60,6 +60,9 @@ Locators:
60
- findElementsByAndroidUIAutomator()
61
62
##Changelog##
63
+*1.2.1*
64
+- fix dependency issue
65
+
66
*1.2.0*
67
- complexFind() now returns MobileElement objects
68
- added scrollTo() and scrollToExact() methods for use with complexFind()
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.appium</groupId>
8
<artifactId>java-client</artifactId>
9
- <version>1.2.0</version>
+ <version>1.2.1</version>
10
<dependencies>
11
<dependency>
12
<groupId>com.google.collections</groupId>
0 commit comments