How to move touch on a specific location using Appium?
TouchActions pCloudyAct = new TouchActions(driver);
pCloudyAct.down(24, 64);
pCloudyAct.moveTo(35, 25);
pCloudyAct.perform();
Posted on May 2, 2019
By Shah Nawaz
TouchActions pCloudyAct = new TouchActions(driver);
pCloudyAct.down(24, 64);
pCloudyAct.moveTo(35, 25);
pCloudyAct.perform();
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept