← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #664092]: click() doesn't work on Windows10

 

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

Description changed to:
---- info on related bug and the test
The test app (plain Java AWT Robot) works for me on:
Windows 10 Version 1709 Build 16299.192 (latest per today 2018-02-05)
Java 8 version 152
------------------------------------------------------------

Hello,

Thanks for this great project, it helps a lot for many of us.

But there's a big problem for click() since 2017/11/27. It just doesn't
work as expected. When we run the one line script below:

click(Location(500,500))

We got the response:

[error] RobotDesktop: checkMousePosition: should be L(500,500)@S(0)[0,0 3840x2160] but after move is L(0,0)@S(0)[0,0 3840x2160] Possible cause in case you did not touch the mouse while script was running: Mouse actions are blocked generally or by the frontmost application. You might try to run the SikuliX stuff as admin.
[log] CLICK on L(500,500)@S(0)[0,0 3840x2160] (570 msec)

We've tried some suggestion in
https://answers.launchpad.net/sikuli/+question/251336, but it doesn't
work...

It seems related to the win10 update... May we ask if this will be
handled and solved? Or is there any trick or hack we can do to let our
script work again?

Sorry for bothering you about this. But it will be very helpful for us
if this work again...

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