← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #200273]: Finding a match even if there is not a match in that position

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Already had a look at the docs.
It contains much valuable information about Sikuli's features and its usage.

In your case I guess it is a similarity problem.
possible solution in most cases:
instead of the image itself use a pattern like
Pattern("some_image.png").similar(0.95)

the faqs too have some entries, that help to make your scripts robust
and reliable.

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