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

RaiMan posted a new comment:
BTW this could all be much simpler:

if regVig.exists(Pattern("Ocarreramexc.png").similar(0.50).targetOffset(-2,43)):
   pressKEY(1,Key.ENTER)
   popup("Ocorreram exceções neste cálculo!".decode('utf-8'))
   exit()
else:
   wait(8)
   calcular()

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to