← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268160]: Failed to find image pattern using Finder

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
when using 1.1.0, you should always take the latest nightly depending on
the documented fixes.

Start here: http://sikulix.com

But since you are programming in Java:
- if you use Maven, then you always have the latest build
- if not, then you have to setup a new sikulixapi.jar if needed

But the problems you have with Finder, are not with the build (nothing
changed in this area the last months).

The above test script just tests the different possible cases:

size of target    ---   content
----------------------------------------
same --- same (found)
smaller --- contained (found)
smaller --- not contained (not in the test script)
same --- different (not found)
larger --- does not matter (not found)

so if the find fails in your situation you have one of the cases 3 - 5

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