sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21675
Re: [Question #237161]: how to pass a variable between multiple scripts
Question #237161 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237161
Status: Open => Answered
Aravind proposed the following answer:
You should be able to achieve this by making an xml-rpc call from
script1 to script2, script2 to script3, and so on though I'm not sure
that this will be the easiest way to accomplish your goal.
Define simple methods in script2, script3, script4, etc and and make
corresponding calls to them where you can pass the value of i (from
script1 to script2, script2 to script3, etc)
Thanks.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.