[Sikuli-driver] [Question #244539]: openapp can't run shell script with argument

2014-02-25 Thread YuhsuanChen
New question #244539 on Sikuli: https://answers.launchpad.net/sikuli/+question/244539 Hi, I write a script need to open another jar file, so I use shell script to run this jar with some argument. The shell script will help me to login account. ex: openApp(/home/user/run.sh username password

Re: [Sikuli-driver] [Question #244539]: openapp can't run shell script with argument

2014-02-25 Thread RaiMan
Question #244539 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244539 Status: Open = Answered RaiMan proposed the following answer: no, it does not (yet ;-) use Jython subprocess instead -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #244539]: openapp can't run shell script with argument

2014-02-25 Thread obiwan-92
Question #244539 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244539 obiwan-92 proposed the following answer: Hello. Try the command : import os os.popen(/home/user/run.sh username password filepath) Tell if it's work. Regards. -- You received this question notification

Re: [Sikuli-driver] [Question #244539]: openapp can't run shell script with argument

2014-02-25 Thread YuhsuanChen
Question #244539 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244539 Status: Answered = Solved YuhsuanChen confirmed that the question is solved: Thanks obiwan-92, that solved my question. -- You received this question notification because you are a member of Sikuli