← Back to team overview

sikuli-driver team mailing list archive

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.