ui-automation icon indicating copy to clipboard operation
ui-automation copied to clipboard

Automate terminal

Open Shadayy opened this issue 6 years ago • 1 comments

I'm struggling to find a way to send and read commands from terminal (CMD, PCOMM, etc). The furthest I could get was getting the terminal window only, how can I send and read from there?

Thnaks

Shadayy avatar Sep 17 '18 19:09 Shadayy

I've looked at what information can be got out of the windows terminal, and it is not a lot. You can get the text, but it looks like it is only the very first text that is displayed, not what is actually displayed. So it looks like the application doesn't properly expose the correct interface for automation. It looks like PowerShell also has the same issue.

mmarquee avatar Sep 25 '18 07:09 mmarquee