← Back to team overview

sikuli-driver team mailing list archive

[Question #676063]: How to make fast clicks

 

New question #676063 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676063

Hi,

First I think this is a great software and I love it.

I want to make a script that can click different positions very fast with up to 30-40 clicks per second. Is this possible? 

I have searched and found no solution. 

I am using the click() with Settings.MoveMouseDelay = 0 but this is too slow for me. 

Here is my code:

Settings.ActionLogs = False
Settings.MoveMouseDelay = 0
Settings.DelayBeforeMouseDown = 0
Settings.DelayAfterDrag = 0
Settings.DelayBeforeDrag = 0
Settings.DelayBeforeDrop = 0
Settings.ClickDelay = 0
for j in range(40):

    click(Location(660, 360))

I am testing it on counter: https://valera-rozuvan.github.io/online-counter/

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