sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57559
Re: [Question #698600]: Mac11.5.2 Mouse not usable (blocked)
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.