sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28283
Re: [Question #254608]: swipe functionality for iphone application at iOS Simulator
Question #254608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254608
Status: Open => Answered
RaiMan proposed the following answer:
You have to script the mouse actions, that are used to manually do a
swipe in the emulator using the mouse.
relevant functions
mouseDown(Button.XXX)
mouseMove(target)
mouseUp()
intermediate short waits might be necessary and it might be necessary to
adjust Settings.MouseMoveDelay.
google might tell you more.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.