sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03766
Re: [Question #162596]: How to Change the popup title from sikuli to Something?
Question #162596 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/162596
Status: Needs information => Open
Joe Harris gave more information on the question:
The same script you wrote.. i.e
abc = "correct password"
password = input("Please enter your password")
if password == abc:
popup("correct password")
else:
popup("wrong pass")
exit() # would end the script here
no errors, just "[info] Exited with code 0" this.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.