I have build a c# Windows Form application which required both automation and human interaction on the Chrome browser opened by selenium.
Currently 3 separate windows open 1. My Winform application 2. Selenium Console 3. The Chrome browser
I would like to embed both the console (will embed but hide from view) and the browser opened in the application itself. I have found this answer explaining how to embed the console application.