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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp