← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #626555]: redirecting the output of input command to the type command - to output results on terminal console?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
commander = input("apt-get command:")
print commander
# refocus the terminal window
paste(commander)
type(Key.ENTER)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.