AppiumTestDistribution / appium-gestures-plugin

Appium plugin designed to perform gestures using W3C Actions.
47 stars 13 forks source link

Query : How to use single tap #114

Open qatestingravi opened 2 months ago

qatestingravi commented 2 months ago

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()));