← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #251638]: Creating confirmation dialogue

 

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.