I want to run a child process in my java program to create automation. I do not have the source code of the child process.
There are some functionality requires pressing the arrow keys in the child process.
I can send ASCII characters into the child process through the child process's STDIN, but how can I send arrow keys to the child process?