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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ More can be found in the docs, but here's a quick list of features which this pr
61
61
- startActivity()
62
62
- resetApp()
63
63
- getAppString()
64
-
- sendKeyEvent()
64
+
- pressKey()
65
+
- longPressKey()
65
66
- currentActivity()
66
67
- pullFile()
67
68
- pushFile()
@@ -115,6 +116,7 @@ Historical reference: [The similar solution](https://github.com/Genium-Framework
115
116
The mentioned framework and the current solution use different approaches.
116
117
- Throwing declarations were added to some searching methods. The __"getMouse"__ method of RemoteWebDriver was marked __Deprecated__
117
118
- Add `replaceValue` method for elements.
119
+
- Replace `sendKeyEvent()` method in android with `pressKey()` and added `longPressKey()` method.
118
120
119
121
*3.1.1*
120
122
- 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