← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #630067]: Cannot scroll iOS simulator

 

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

Liron Yahdav gave more information on the question:
Interestingly enough, with the hack of holding down Shift+Alt, this also works (much less code):
switchApp("Simulator")
keyDown(Key.SHIFT + Key.ALT)
dragDrop("1494036114166.png", "1494036120150.png")
keyUp(Key.SHIFT + Key.ALT)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.