sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28132
Re: [Question #254218]: timeOut
Question #254218 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254218
Status: Open => Answered
RaiMan proposed the following answer:
the global or region specific autowaittimout value is only taken, if no
timeout is given with the function.
since you use
b.exists(a.similar((float) 0.98),3)
BTW: float shortcut:
b.exists(a.similar(0.98f),3)
the autowaittimeout value is not taken.
But anyway: both values are the same (3 secs) so what should be the
difference?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.