sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24591
Re: [Question #244753]: one sikuli file calls the other sikuli file
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.