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
Double tap can be used with below method, But how to use single tap?
RemoteWebElement doubleTapMe = (RemoteWebElement) driver.findElement(AppiumBy.accessibilityId("doubleTapMe"));
driver.executeScript("gesture: doubleTap", Map.of("elementId", doubleTapMe.getId()));
The text was updated successfully, but these errors were encountered:
Double tap can be used with below method, But how to use single tap?
RemoteWebElement doubleTapMe = (RemoteWebElement) driver.findElement(AppiumBy.accessibilityId("doubleTapMe"));
driver.executeScript("gesture: doubleTap", Map.of("elementId", doubleTapMe.getId()));
The text was updated successfully, but these errors were encountered: