← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #676064]: How to make fast clicks

 

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

RaiMan proposed the following answer:
tried this on Mac:

Settings.ActionLogs = False
Settings.MoveMouseDelay = 0
Settings.ClickFast = True # not in the docs ;-)
loc = find("plus.png").getCenter()
end = time.time() + 1
while time.time() < end:
  click(loc)

... getting 96 clicks/second

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