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.
2 parents fb4ee2c + 009c30e commit ff1f118Copy full SHA for ff1f118
README.md
@@ -11,7 +11,7 @@ Hosted in Maven Central Repository:
11
<dependency>
12
<groupId>io.appium</groupId>
13
<artifactId>java-client</artifactId>
14
- <version>1.0</version>
+ <version>1.0.2</version>
15
</dependency>
16
```
17
@@ -54,3 +54,8 @@ Locators:
54
- findElementsByIosUIAutomation()
55
- findElementByAndroidUIAutomator()
56
- findElementsByAndroidUIAutomator()
57
+
58
+##Changelog##
59
60
+*1.0.2*
61
+- recompiled to include some missing methods such as shake() and complexFind()
0 commit comments