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
I think you can, but you might have to use Selenium RC. It has a .Net version of the Selenium API.