sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10996
Re: [Question #199845]: How to accelerate the command "click"
Question #199845 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/199845
Status: Open => Answered
RaiMan proposed the following answer:
click cannot be "accelerated" using wait().
Settings.MoveMouseDelay only specifies the time, that the mouse cursor
uses to move from the current mouse location to the target location (the
click target).
wait(time) just pauses the script for the specified time, e.g. to give a
GUI some time to react after a click().
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.