← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #189710]: compare stored image with running application

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
In Java you have to use the second version adapted to Java (basic
solution):

s.find("absolute-path-to-image.png");

where s is a Screen object.

See the docs: http://sikuli.org/docx/faq/030-java-dev.html

If you look through the docs, the examples and this question board, you
will find more possibilities.

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