Question #251638 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/251638
Leonardo Carvalho Sobral dos Santos gave more information on the question:
import os, sys
from sikuli import *
ret = popAsk("question", "some dialog title")
if ret:
print "User said yes"
else:
print "User said no or closed the dialog box"
--
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