← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #287456]: fast clicking

 

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

    Status: Needs information => Open

peter hasselby gave more information on the question:
Karl (k.d)

i have tried following.
Be aware that i changed  "for j in range(1,10)" because the "for j in range(1,151) seemed to take forever.

for j in range(1,10):
    start = time.time()
    for i in range(1,j):
        Settings.ActionLogs = False
        Settings.setAutoWaitTimeout = 0
        Settings.MoveMouseDelay = 0
        Settings.DelayBeforeMouseDown = 0
        Settings.DelayAfterDrag = 0
        Settings.DelayBeforeDrag = 0
        Settings.DelayBeforeDrop = 0
        Settings.ClickDelay = 0
        click(Location(100,100),0)
    end = time.time()
    print j, (end-start)

the following was printed from sikuli:
2 0.25

3 0.5

4 0.75

5 1.0

6 1.25

7 1.5

8 1.75

9 2.0

I dont quite knows what thoose numers mean.

----------------------------------
I am using the sikuli version 1.1.0 
64x (64-bit) operating system - windows 8

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