← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #264175]: What is the best way to verify the output of the run() command?

 

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

    Status: Answered => Open

Hitesh Shah is still having a problem:
Thank you so much for your reply.
For an end to end test, I have to run some browser related activity on one window andsome command line application on another window. I was hoping Sikuli would beable to do this easily. Are there any other ways like use another tool within Sikulithat can achieve  this better?


> To: hitesh-shah@xxxxxxxxxxx
> From: question264175@xxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [Question #264175]: What is the best way to verify the output of the run() command?
> Date: Thu, 26 Mar 2015 10:06:50 +0000
> 
> Your question #264175 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/264175
> 
>     Status: Open => Answered
> 
> RaiMan proposed the following answer:
> Using Sikuli features for that is overkill, since you  would need the
> not very reliable OCR feature.
> 
> simply pipe the command output to a file and just process it.
> 
> … or from inside a script use:
> result = run("someCommand parm1 parm2")
> print result
> 
> result contains the textual output that the command produced  on stdout
> AND stderror
> 
> -- 
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/sikuli/+question/264175/+confirm?answer_id=0
> 
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/sikuli/+question/264175
> 
> You received this question notification because you asked the question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.