You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ More can be found in the docs, but here's a quick list of features which this pr
66
66
- pullFile()
67
67
- pushFile()
68
68
- pullFolder()
69
+
- replaceValue()
69
70
- hideKeyboard()
70
71
- runAppInBackground()
71
72
- performTouchAction()
@@ -106,14 +107,14 @@ If you are working on this project and use Intellij Idea, you need to change the
106
107
If you are using the Eclipse IDE, make sure you are using verison Luna or later.
107
108
108
109
##Changelog##
109
-
*3.2.0 (is coming out)*
110
+
*3.2.0 (not yet published)*
110
111
- updated the dependency on Selenium to version 2.47.1
111
112
- the new dependency on commons-validator v1.4.1
112
113
- the ability to start programmatically/silently an Appium node server is provided now. Details please read at [#240](https://github.com/appium/java-client/pull/240).
113
114
Historical reference: [The similar solution](https://github.com/Genium-Framework/Appium-Support) has been designed by [@Hassan-Radi](https://github.com/Hassan-Radi).
114
115
The mentioned framework and the current solution use different approaches.
115
116
- Throwing declarations were added to some searching methods. The __"getMouse"__ method of RemoteWebDriver was marked __Deprecated__
116
-
...
117
+
- Add `replaceValue` method for elements.
117
118
118
119
*3.1.1*
119
120
- Page-object findBy strategies are now aware of which driver (iOS or Android) you are using. For more details see the Pull Request: https://github.com/appium/java-client/pull/213
0 commit comments