sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42380
Re: [Question #630067]: Cannot scroll iOS simulator
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.