There was an error while loading. Please reload this page.
1 parent 49bbfc8 commit 57c8d27Copy full SHA for 57c8d27
src/main/java/io/appium/java_client/MobileCommand.java
@@ -34,6 +34,7 @@ public interface MobileCommand {
34
String PULL_FOLDER = "pullFolder";
35
String HIDE_KEYBOARD = "hideKeyboard";
36
String RUN_APP_IN_BACKGROUND = "runAppInBackground";
37
+ String TOUCH_SINGLE_TAP = "touchSingleTap";
38
String PERFORM_TOUCH_ACTION = "performTouchAction";
39
String PERFORM_MULTI_TOUCH = "performMultiTouch";
40
String IS_APP_INSTALLED = "isAppInstalled";
0 commit comments