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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

