sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37446
Re: [Question #289832]: In matching preview it can find but it fails in script
Question #289832 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/289832
Status: Open => Answered
Karl proposed the following answer:
You can use to see what the greatest score you're getting :
findAll(Pattern("image.png").similar(0.01))
results = getLastMatches()
while results.hasNext():
print results.next().getScore()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.