← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #189137]: How do I create a swipe in a mobile app simulator

 

Question #189137 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189137

    Status: Open => Answered

RaiMan proposed the following answer:
How do you do it with the mouse?

Analyse the mouse action steps and then turn these into Sikuli scripting using
mouseDown()
mouseUp()
mouseMove()

may be together with appropriate wait()'s and keyDown()/keyUp() usage.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.