← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #169664]: picture cross refencing: find an image in many others

 

Question #169664 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169664

    Status: Answered => Solved

alex rosenberg confirmed that the question is solved:
after readin a bunch more i found why it wasnt working

  found = False
    f = Finder(base)
    f.find(probe)
    if f.hasNext(): found =True
    f.destroy()
    return found
if the code you gave me the probe and base need to be switched but you still helps alot and saved me time thank you so much

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.