sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49808
Re: [Question #676844]: if error or cant finde image run last instruction
Question #676844 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676844
RaiMan proposed the following answer:
or with an image list (like Manfred Hampel suggested):
img_list = ['1.png', '2.png', ...]
...
click(img_list[line])
allows to name the images as you like.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.