← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #297722]: Invoke Sikuli Script from Server(Remote Machine) through Powershell Invoke-Command

 

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

    Status: Open => Solved

Manoj BN confirmed that the question is solved:
I have gone through source code, It throws error at these two points 
1) In Location.java 
2)In RobotDesktop.java  , when comparing mouselocations in method  checkMousePosition(Location p) 
if (pc.x != p.x || pc.y != p.y) {
Debug.error("RobotDesktop: checkMousePosition: should be %s\nbut after move is %s"
+ "\nPossible cause in case you did not touch the mouse while script was running:\n"
+ " Mouse actions are blocked generally or by the frontmost application."
+ (Settings.isWindows() ? "\nYou might try to run the SikuliX stuff as admin." : ""),
p, new Location(pc));
}

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.