sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42264
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.