← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #645654]: is it possible to make setAutoWaitTimeout() to less than one second, if so how?

 

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

    Status: Open => Answered

masuo proposed the following answer:
You should confirm that how long does it take to call SikuliX feature at
your environment.

For example, it takes about 300 msec at exists() at my environment.
So setAutoWaitTimeout(0.01) is nonsense at my environment.

import datetime
print datetime.datetime.today()
exists("1498803735998.png",0)
print datetime.datetime.today()

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