swipe functionality for iphone application at iOS Simulator

Asked by Ashishbajpai

Can we automate the swipe functionality for iphone application at iOS Simulator?

I am exploring the tool so that I can opt it for iphone app automation instead of selenium.

Thanks,
Ashish Bajpai

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

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.

Can you help with this problem?

Provide an answer of your own, or ask Ashishbajpai for more information if necessary.

To post a message you must log in.