Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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"
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.