sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53769
[Question #687465]: mouseMove works inconsistently
New question #687465 on Sikuli:
https://answers.launchpad.net/sikuli/+question/687465
The mouse sometimes moves to its intended location only when run in slow motion, but sometimes not at all. I have tried placing wait() before and after to no avail. This occurs in multiple programs and instances, it is not limited to a particular program. I have written test scripts to verify:
Settings.checkMousePosition = False
pattern = find("pattern.png")
mouseMove(pattern)
The find operation works as evidenced by the target highlighting that occurs in slow mo, but the mouse move doesn't happen.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.