Search code examples
androidiosseleniumjquery-mobileappium

How to perform circle gesture operation on mobile device screen using appium for iOS


I’m trying to perform a circle gesture operation on mobile device screen using appium. I tried with swipe(), press("args").moveTo("args") and also tried using javascript executor method also. But not able to perform the circle gesture operation on mobile screen for iOS.

Need to perform this circle gesture operation without loosing the touch in middle while performing this action from first point to last point.

Is there any tool like AutoIT or Sikuli to perform this above gesture operation on mobile devices and can be executed in appium scripts using java in Mac.


Solution

  • Use touch actions! I tried it on iOS and android real devices, it works fine. But you may need to play around a bit to get the right sets of coordinates and move parameters.