sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33625
[Bug 1473615] Re: sikuli ide 1.0.1 wait(image, [secs]) does not work for value 1100 in seconds field
--- This only waits for around 3 seconds and then continues
if the script continues after a wait(), then something was found, since otherwise the script would abort with a FindFailed exception, if you do not wrap it with try/except or switch of FindFailed exceptions generally.
print wait("1436328275891.png",1100.0)
should reveal the match, if it continues.
** Changed in: sikuli
Status: New => Opinion
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1473615
Title:
sikuli ide 1.0.1 wait(image,[secs]) does not work for value 1100 in
seconds field
Status in Sikuli:
Opinion
Bug description:
wait("1436328275891.png",1100)
This only waits for around 3 seconds and then continues. If this is
really in seconds, it should wait around 18 minutes
wait("1436328275891.png",1100.0)
This also fails.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1473615/+subscriptions
References