How to run Google Chrome with Selenium RC?

Posted by chobo2 on Stack Overflow See other posts from Stack Overflow or by chobo2
Published on 2009-08-22T21:10:15Z Indexed on 2010/03/26 5:53 UTC
Read the original article Hit count: 194

Filed under:
|
|

Hi

I am trying to test my site with Selenium RC + Nunit + asp.net.

I can get my tests to work in Firefox,Safari,opera,IE 8 but not google chrome. I put this in for the browser arugment

 selenium = new DefaultSelenium(Server, ServerPort,
                                          "*chrome", DomainURL);

This always loads up Firefox though and not good chrome.

© Stack Overflow or respective owner

Related posts about selenium

Related posts about ASP.NET