New question #246501 on Sikuli:
https://answers.launchpad.net/sikuli/+question/246501
It looks like sikuli search the image only once. After it finds the image, the
location is saved. Next time it will use this location, not start a new search.
But I meet this case:
for i in alist:
click( textbox)
paste(i)
click(create)
when i is created, the textbox position is changed. But for next one, sikuli
still click previous position. So it fails.
Does any way let sikuli do a new search in each loop?
Thanks
--
You received this question notification because you are a member of
Sikuli Drivers, which 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