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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to