sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43745
Re: [Question #657348]: [1.1.1] How to access/manipulate the image find timing attributes from the Python level
Question #657348 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/657348
RaiMan posted a new comment:
Made some tests with this code:
img = "img.png"
reg = Region(0,0,1000, 500)
#reg = SCREEN
start = time.time()
if reg.exists(img, 0.5):
print "exists:", time.time() - start
else:
print "notThere:", time.time() - start
... everything works as it should
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.