← Back to team overview

sikuli-driver team mailing list archive

[Question #246501]: How to make sikuli find image for a new search?

 

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.