Skip to content

Commit 5d73a9d

Browse files
committed
Update README.md
1 parent 3f7c44a commit 5d73a9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ More can be found in the docs, but here's a quick list of features which this pr
6161
- startActivity()
6262
- resetApp()
6363
- getAppString()
64-
- sendKeyEvent()
64+
- pressKey()
65+
- longPressKey()
6566
- currentActivity()
6667
- pullFile()
6768
- pushFile()
@@ -115,6 +116,7 @@ Historical reference: [The similar solution](https://github.com/Genium-Framework
115116
The mentioned framework and the current solution use different approaches.
116117
- Throwing declarations were added to some searching methods. The __"getMouse"__ method of RemoteWebDriver was marked __Deprecated__
117118
- Add `replaceValue` method for elements.
119+
- Replace `sendKeyEvent()` method in android with `pressKey()` and added `longPressKey()` method.
118120

119121
*3.1.1*
120122
- 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)