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.