ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

New version of chrome (38.0.2125.104) won't launch using chromedriver/webdriver #936

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See http://goo.gl/ll2FvQ for common issues.

Issue Description:
We are using combination of chromedriver/webdriverbackedselenium/teamcity for 
our function tests. Since the new release of chrome browser, our tests won't 
start. We tried updating chromedriver to 2.11, webdriver backed selenium to 
2.43.1 but no luck. When we reverted back to chrome browser v37, it works. 
Could you please help? 

Exception we received in teamcity:
OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver 
server for URL 
http://localhost:61387/session/63f6382beec9938da3dc1ef2c2104f74/cookie timed 
out after 60 seconds.

Following if the chrome_debug.log 
[1884:2368:1014/172810:ERROR:gpu_process_transport_factory.cc(418)] Failed to 
establish GPU channel.
[1884:2368:1014/172810:ERROR:child_process_launcher.cc(344)] Failed to launch 
child process
[1884:2368:1014/172810:ERROR:child_process_launcher.cc(344)] Failed to launch 
child process

Steps to reproduce (if relevant, you MUST provide a simplified html page or
link to public site):
Code to initialize chrome options:
var options = new ChromeOptions();
options.AddArgument("--no-experiments");
options.AddArgument("--disable-translate");
options.AddArgument("--disable-plugins");
options.AddArgument("--disable-extensions");
options.AddArgument("--no-default-browser-check");
options.AddArgument("--clear-token-service");
options.AddArgument("--disable-default-apps");
options.AddArgument("--enable-logging");
options.AddArgument("test-type");

var driver = new ChromeDriver(options);
driver.Manage().Timeouts()
.ImplicitlyWait(60)
.SetScriptTimeout(60));

-----Other helpful tips:
Attach your chromedriver log with verbose logging enabled (see
http://goo.gl/5Sx8mC for how to do this).

Original issue reported on code.google.com by puniebal...@gmail.com on 14 Oct 2014 at 11:19

GoogleCodeExporter commented 9 years ago
Just realized that this issue is similar to #928

Original comment by puniebal...@gmail.com on 15 Oct 2014 at 6:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by andrewch...@chromium.org on 19 Nov 2014 at 7:29

GoogleCodeExporter commented 9 years ago
are you still having the problem?

Original comment by andrewch...@chromium.org on 19 Nov 2014 at 11:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by andrewch...@chromium.org on 3 Dec 2014 at 1:45

GoogleCodeExporter commented 9 years ago
Issue 937 has been merged into this issue.

Original comment by gmanikp...@chromium.org on 5 Mar 2015 at 6:51