Tell me more ×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.

i have followed following steps in the following link

[http://selftechy.com/2011/08/17/running-selenium-tests-with-chromedriver-on-linux][1]

unable to run tests on chrome browser in linux

getting the following error

(google-chrome:18343): Gtk-WARNING **: cannot open display: chrome/test/automation/proxy_launcher.cc:108: Failure Value of: app_launched Actual: 5 Expected: AUTOMATION_SUCCESS Which is: 0 Error while awaiting automation ping from browser process [0711/175434:ERROR:automation_proxy.cc(367)] Channel error in AutomationProxy. chrome/test/automation/proxy_launcher.cc:314: Failure Value of: exit_code Actual: 1 Expected: 0

please help.

Thanks Saikrishna

share|improve this question
Does the Chrome browser window open, then it fails or does it not open at all? Is Chrome installed? Is it installed in the default location? Do you have a version of Selenium that works with the installed version of Chrome? – Sam Woods Jul 12 '12 at 22:35
1  
Strange but I just got this error today after having all my tests run and pass for months, I updated the ChromeDriver and that seemed to resolve it locally but not on all my remote machines yet. – MichaelF Aug 2 '12 at 18:37
yeah same thing here .. suddenly nothing is working? When all has been running since months? – seleniumnewbie Aug 2 '12 at 19:09

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.