Open Forgen opened 2 months ago
Make change to address https://bugs.launchpad.net/sikuli/+bug/2060175 "Mouse location throws NullPointerException"
I did a basic sanity test with a Sikuli script without issue:
print(Mouse.at().getPoint()) click("1727026420682") #click any random image to move mouse cursor print(Mouse.at().getPoint())
Make change to address https://bugs.launchpad.net/sikuli/+bug/2060175 "Mouse location throws NullPointerException"