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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to