I\'m wondering if it\'s possible to use Selenium with a C# Windows Form that contains a WebBrowser object.
I\'m using selenium and I\'m able to create test cases
In theory it would work as long Selenium can inject JS into the browser component. You would need to use the *custom command and pass in the executable that you want Selenium to start up and then it will try do what you want.