Skip to content

Commit 6fa323e

Browse files
committed
Update README.md
1 parent 179f7f9 commit 6fa323e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ More can be found in the docs, but here's a quick list of features which this pr
6666
- pullFile()
6767
- pushFile()
6868
- pullFolder()
69+
- replaceValue()
6970
- hideKeyboard()
7071
- runAppInBackground()
7172
- performTouchAction()
@@ -106,14 +107,14 @@ If you are working on this project and use Intellij Idea, you need to change the
106107
If you are using the Eclipse IDE, make sure you are using verison Luna or later.
107108

108109
##Changelog##
109-
*3.2.0 (is coming out)*
110+
*3.2.0 (not yet published)*
110111
- updated the dependency on Selenium to version 2.47.1
111112
- the new dependency on commons-validator v1.4.1
112113
- 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).
113114
Historical reference: [The similar solution](https://github.com/Genium-Framework/Appium-Support) has been designed by [@Hassan-Radi](https://github.com/Hassan-Radi).
114115
The mentioned framework and the current solution use different approaches.
115116
- Throwing declarations were added to some searching methods. The __"getMouse"__ method of RemoteWebDriver was marked __Deprecated__
116-
...
117+
- Add `replaceValue` method for elements.
117118

118119
*3.1.1*
119120
- 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

Comments
 (0)