There was an error while loading. Please reload this page.
1 parent e46f72a commit 3983c28Copy full SHA for 3983c28
src/main/java/io/appium/java_client/TouchShortcuts.java
@@ -28,7 +28,14 @@ public interface TouchShortcuts {
28
* @param el The element to pinch
29
*/
30
public void zoom(WebElement el);
31
-
+
32
+/**
33
+ * Convenience method for tapping a WebElement on the screen
34
+ *
35
+ * @param element - WebElement to be tapped
36
+ */
37
+public void tap(WebElement element);
38
39
/**
40
* Convenience method for tapping a position on the screen
41
*
0 commit comments