sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49254
[Question #676064]: How to make fast clicks
New question #676064 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676064
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/
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.