← Back to team overview

sikuli-driver team mailing list archive

[Question #200190]: Mouse commands are not reliable.

 

New question #200190 on Sikuli:
https://answers.launchpad.net/sikuli/+question/200190

mouse commands are not reliable in my system, and it's totaly unpredictable when it fails.
I'm trying to click on an icon, which has three state, normal, hover, and down state. When I call:

click(image)

, I just see that the image went to the down state, but the click event not fired. I tried with

mouseMove(image)
mouseDown(Button.LEFT)
mouseUp()

,but ut's the same effect, sometimes OK, sometimes not.

I'm trying to get it work under a Windows 7 in a virtual machine (VMWare the host machine is Windows 7 too)

What can be the problem?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.