sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46075
Re: [Question #664943]: Pattern Matching problem
Question #664943 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664943
GZ gave more information on the question:
And here is an other problem, Pattern Matching is not the same for the
hover operation and for the findAll operation.
For the exact same pattern on the exact same image these are the minimum
matching settings that work:
hover(Pattern("icon_12.png").similar(0.88))
for y in findAll(Pattern("icon_12.png").similar(0.78)):
hover(y)
I think no matter what the operation is the pattern matching settings
should produce the same result?!!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.