← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #200666]: Error when trying to find image using eclipse Java

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
This seems to be some conflict with using Java.AWT.Robot (used in s.hover() to move the mouse) inside of a swing event handler, but I do not have any knowledge about that.
might be necessary, to dispatch the run in its own subprocess. 

But this generally means, that the Sikuli features seems to be accessible now in your environment.
Try to run with this instead of hover:

s.find("./img/SignOn.png").highlight(2)

or

System.out.println( s.find("./img/SignOn.png") )

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