sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00564
Re: [Question #141369]: Import storp working after identation change
Question #141369 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/141369
RaiMan posted a new comment:
the button image looks perfect ;-)
you could do the following, to be sure it really searches a long time
for that button:
print "*************************Batalla finalizada"
start = time.time()
cerr.exists(cerrar,FOREVER)
print "time needed to find button cerrar:", time.time()-start
click(cerr.getLastMatch())
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.