← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #287456]: fast clicking

 

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

RaiMan proposed the following answer:
@ Karl
this is exactly the same as we do internally in SikuliX.

It is not recommended to use the Java Robot directly, to avoid clashes
with the Robot instance used by SikuliX.

To make the mouse faster, the first choice always is to use 
Settings.moveMouseDelay = 0

http://sikulix-2014.readthedocs.org/en/latest/scripting.html#Settings.MoveMouseDelay

the clicking itself is fast enough (mouseDown/mouseUp).

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