How to run Google Chrome with Selenium RC?
问题 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. 回答1: If I remember correctly, " *chrome " is used to launch a special mode of Firefox (a mode in which your application has more privilegies -- with less security restrictions) ; so,