Question #286858 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/286858
Status: Open => Answered
Karl proposed the following answer:
Unless you have a specific reason to use the double brackets, you don't
need them. If you do, you'll just have to append a [0] to the code
below.
for i in range(0,len(pictures)):
paste(instructions[i])
click(pictures[i])
--
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