sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27018
Re: [Question #251638]: Creating confirmation dialogue
Question #251638 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/251638
Status: Open => Answered
RaiMan proposed the following answer:
with 1.0.1+
ret = popAsk("question")
or
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.