How to handle multiple consoles in single application?

528 views Asked by At

I've done my research but for now I have no idea how to handle this. I'm doing a project with selenium (important thing as selenium using console to handle connection with browser) and I need to use third party - console application (it is .exe file). I can not use console thought, because it is already taken from selenium. I'm using c#.

As far as I know, there is impossible to handle 2 consoles in 1 application. Final product would be winforms application. Do you have any ideas how to approach this?

System.Diagnostics.Process only opens program but not communicating with this - and I know I'm doing right implementation.

0

There are 0 answers