sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44348
Re: [Question #660237]: Move mouse for click method not working since new JRE and Windows update
Question #660237 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660237
RaiMan requested more information:
could you just run the following script and report:
Settings.MoveMouseDelay = 2
for n in range(2):
hover()
getTopLeft().offset(100,100).hover()
getTopRight().offset(-100,100).hover()
getBottomRight().offset(-100,-100).hover()
getBottomLeft().offset(100,-100).hover()
hover()
wait(3)
and then the same with
Settings.MoveMouseDelay = 0
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.