sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31020
Re: [Question #263456]: sikuli find same image in screen
Question #263456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263456
Status: Open => Answered
RaiMan proposed the following answer:
hover(startImage)
mouseDown(Button.LEFT)
hover(lastImage)
mouseUp()
depending on what you are doing, intermediate short waits (wait(0.3) or
wait(0.5)) might be needed, if it does not work.
BTW: all in the docs:
http://sikulix-2014.readthedocs.org/en/latest/index.html
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.