sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10990
[Question #199845]: How to accelerate the command "click"
New question #199845 on Sikuli:
https://answers.launchpad.net/sikuli/+question/199845
I want to accelerate the time while "click" find out the target, fortunately I notice that put "wait" between "click" can do it.
Below are my scrip!
time = 0.5
click(png1)
wait(time)
click(png2)
wait(time)
click(png3)
But, I was confused when "time" <= 0.1, this acceleration didn't work.
So,Does any command can accelerate "click" likes "Settings.MoveMouseDelay" which can accelerate the mouse?
Or can I just put "wait" between "click"?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.