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 b74cc94 commit 92306bdCopy full SHA for 92306bd
README.md
@@ -63,14 +63,16 @@ Locators:
63
*1.2.0*
64
- complexFind() now returns MobileElement objects
65
- added scrollTo() and scrollToExact() methods for use with complexFind()
66
+
67
*1.1.0*
68
- AppiumDriver now implements Rotatable. rotate() and getOrientation() methods added
69
- when no appium server is running, the proper error is thrown, instead of a NullPointerException
70
71
*1.0.2*
72
- recompiled to include some missing methods such as shake() and complexFind()
73
74
## Running tests
75
76
Run a test using
77
-> mvn -Dtest=io.appium.java_client.MobileDriverAndroidTest clean test
78
+> mvn -Dtest=io.appium.java_client.MobileDriverAndroidTest clean test
0 commit comments