sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45033
[Bug 1543252] Re: extended delay error message - in second instance of loop
@Michael
- Python scripting or Java programming?
- script runs from inside IDE or directly from a Terminal session?
- what Java version?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1543252
Title:
extended delay error message - in second instance of loop
Status in Sikuli:
In Progress
Bug description:
I am unable to loop my script because I get an error second time around when clicking on an icon.
The message in debug output has extended delay error message
first time it works - heres the output:
[log] DOUBLE CLICK on L(62,71)@S(0)[0,0 2560x1440]
I wait 60 seconds and the second loop output
[log] DOUBLE CLICK on L(62,71)@S(0)[0,0 2560x1440]
[debug] MouseDown: extended delay: 30209
[debug] MouseUp: extended delay: 10010
[debug] MouseDown: extended delay: 30208
[debug] MouseUp: extended delay: 10010
and then it fails because the double click never happens.
I am running MacOS 10.11.2 and Sikuli 1.1.0
I saw a similar error in October that was supposed to be fixed. Do i need to report more info?
Thanks
Jody
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1543252/+subscriptions
References