Question #244753 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244753
Status: Open => Answered
obiwan-92 proposed the following answer:
Hello,
Late answer.
Put your process login in a function like this :
def function(login, pwd):
print login
print pwd
# Some actions...
You can call it like this :
function("Toto", "the_toto_password")
Regards.
--
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