← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #661467]: Find multiple items on the same "screen sample" --- feature in 1.1.2+

 

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

    Status: Solved => Open

GZ is still having a problem:
So I've been trying ever since to get the "old" method to work, but I'm
failing.

scrgrab = Finder("something.png")
img = (Pattern("someicon.png").similar(0.82))

if scrgrab.find(img):
    print "yes"

but it is always printing yes.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.