Im running selenium htmlSuite from the command line which works fine for firefox but i have an issue when trying to run the tests with Google Chrome.
It displays a prompt "Surf the web with Google Chrome" asking you to accept their terms and conditions. Does anyone know how i can prevent chrome from displaying this message during a test
Heres the command im using to run the tests
java -jar .\..\selenium\selenium-server-standalone-2.24.1.jar -htmlSuite "*googlechrome C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "http://localhost/testing" ".\production-test-suite.html" ".\production-results.html"