Search code examples
c#webdriverselenium-rc

WebDriver. How can I run test in multiple browsers using C#?


Please Help Me,

I use selenium WebDriver for automatically web tests. How can I make it run in multiple browsers in parallel using C#?

If there is a way to make this with a configuration file ? would be ideal.


Solution

  • You could use Selenium Grid.

    See this blog post describing the approach