← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #630067]: iOS simulator: scroll/drag with mouse and keyboard

 

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

Description changed to:
ALT and SHIFT-ALT are needed additionally:
http://stackoverflow.com/a/13275908/62

example:
switchApp("Simulator")
keyDown(Key.SHIFT + Key.ALT)
dragDrop("1494036114166.png", "1494036120150.png")
keyUp(Key.SHIFT + Key.ALT)
---------------------------------------------------------------------------------

I am trying to follow
http://sikulix-2014.readthedocs.io/en/latest/region.html#Region.dragDrop
to write a script that will scroll to the bottom of a list in the iOS
simulator but I can't get it to scroll. I tried tweaking delay settings
mentioned in the docs, but it didn't help.

I can get dragging to work fine outside the simulator.

Any ideas?

Thanks.

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