ui-automation
ui-automation copied to clipboard
Automate terminal
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
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.