How to move touch on a specific location using Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to move touch on a specific ...

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

Leave a Reply

Your email address will not be published. Required fields are marked *