Skip to content

Commit 57c8d27

Browse files
committed
Add working tap command
Add TOUCH_SINGLE_TAP command with correct value according to JSON Wire Protocol.
1 parent 49bbfc8 commit 57c8d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/appium/java_client/MobileCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public interface MobileCommand {
3434
String PULL_FOLDER = "pullFolder";
3535
String HIDE_KEYBOARD = "hideKeyboard";
3636
String RUN_APP_IN_BACKGROUND = "runAppInBackground";
37+
String TOUCH_SINGLE_TAP = "touchSingleTap";
3738
String PERFORM_TOUCH_ACTION = "performTouchAction";
3839
String PERFORM_MULTI_TOUCH = "performMultiTouch";
3940
String IS_APP_INSTALLED = "isAppInstalled";

0 commit comments

Comments
 (0)