Question #657348 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/657348
Wendell posted a new comment:
thanks masuo and m-hampl
this is the code:
import time
start = time.time()
if exists("1504527337643.png",0.5):#the size of image is 1280*720 ,my screen
1980 * 1080
print "found"
else:
print "not found"
end = time.time()
print "exists: %f s" % (end - start)
and the output:
not found
exists: 3.345000 s
it's the same when i adjust to 0
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp