← Back to team overview

sikuli-driver team mailing list archive

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 proposed the following answer:
Could you please confirm, that you problem exists also in the case of using
Settings.MoveMouseDelay = 0

In this case, the mouse move is not visible and hence I could not see
anything about that on your last video.

So just make a test like this:

Settings.MoveMouseDelay = 0
getTopLeft().offset(100,100).hover()
target = getBottomRight().offset(-100,-100)
target.hover()
print target, Mouse.at()

If the coordinates are the same, then I think you have your workaround.

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