← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #649155]: Set Password

 

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

    Status: Open => Answered

Manfred Hampl proposed the following answer:
There is no logic in your program to validate the code that has been
entered.

You need to compare the entered value with the desired password,
something like

if ok != "TheHiddenSecret":
   exit(1)

see also http://sikulix-2014.readthedocs.io/en/latest/interaction.html

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.