Question #698600 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/698600
Status: Answered => Open
lisong2 is still having a problem:
Screen screen = null;
try {
screen = new Screen();
} catch (Exception e) {
}
System.out.println("SikulixTest screen ok");
screen = new Screen();
System.out.println("SikulixTest screen used");
String imgpath = "/Users/admin/Desktop/";
screen.mouseMove(imgpath+"apple.png");
// screen.hover(imgpath+"apple.png");
System.out.println("Done");
output:
[error] Mouse: not useable (blocked)
See: https://github.com/RaiMan/SikuliX1/wiki/Allow-SikuliX-actions-on-macOS
SikulixTest screen ok
SikulixTest screen used
[error] Mouse.move(): Mouse not useable (blocked)
Done
Process finished with exit code 0
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp