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

    Status: Open => Answered

RaiMan proposed the following answer:
you should search the images before the scroll and use the match:

switchApp("Simulator")
start = find("1493773337554.png")
target = find("1493773366436.png")
mouseMove(start)
wait(0.3)
mouseDown(Button.LEFT)
wait(0.3)
mouseMove(target)
wait(0.3)
mouseUp(Button.LEFT)

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to