How to make fast clicks

Asked by Elia Jo

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 am using Mac OSX 10.12.6 with Sikuli version 1.1.2

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/

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

This is Ubuntu support. I suggest you post on a Mac forum

Can you help with this problem?

Provide an answer of your own, or ask Elia Jo for more information if necessary.

To post a message you must log in.