Is there any code to tap and hold on Appium? i use python , is there any command to support it ?
For double click i used click on element twice, for tap and hold i am no
Here is the update for Java Client: 5.0.4
Java Client: 5.0.4
WebElement recBtn = driver.findElement(MobileBy.id("img_button")); new TouchAction((MobileDriver) driver).press(recBtn).waitAction(Duration.ofMillis(10000)).release().perform();