← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #236040]: text search is currently switched off

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
if you mean that 
screen.click ("something.png");

should search for an image "something.png" and click the match, then you have to provide a correct path to that image, so that it can be found in the file system.
It might be a relative path to your current working dir:
System.out.println(new File("").getAbsolutePath()) //  will print your working dir

or an absolute path specification.

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