ericmckean / chromedriver

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

chromedriver: chrome not reachable #505

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am getting 'chrome not reachable' (chrome browser and chromedriver are 
started ok by remotewebdriver)

I get the same result if I use the exact code from the chromedriver wiki ...

public void testGoogleSearch() {
  // Optional, if not specified, WebDriver will search your path for chromedriver.
  System.setProperty("webdriver.chrome.driver", "/path/to/chromedriver");

  WebDriver driver = new ChromeDriver();
  driver.get("http://www.google.com/xhtml");
  Thread.sleep(5000);  // Let the user actually see something!
  WebElement searchBox = driver.findElement(By.name("q"));
  searchBox.sendKeys("ChromeDriver");
  searchBox.submit();
  Thread.sleep(5000);  // Let the user actually see something!
  driver.quit();
}

Windows XP
chrome : 29.0.1547.62 m
chrome driver : 2.2
selenium : 2.35.0

Original issue reported on code.google.com by david.co...@smoothwall.net on 2 Sep 2013 at 8:22

GoogleCodeExporter commented 9 years ago
You could update your drivers to 2.3 and run again

Original comment by tushar.p...@gmail.com on 5 Sep 2013 at 9:08

GoogleCodeExporter commented 9 years ago

Done. Still no joy :(

Original comment by david.co...@smoothwall.net on 5 Sep 2013 at 10:37

GoogleCodeExporter commented 9 years ago

As has been mentioned in other issues (thank you to those people) ... just set 
'Bypass proxy server for local addresses' in Internet Options. Worked for me :D

Original comment by david.co...@smoothwall.net on 6 Sep 2013 at 7:34

GoogleCodeExporter commented 9 years ago
I have no proxy set so 'Bypass proxy server for local addresses' is grayed out 
and not available.
I am running a VM using VMWare Workstation
Driver info: chromedriver=2.3,platform=Windows NT 6.1 x86_64
Windows 7 x64
Chrome: Version 30.0.1599.101 m
Selenium : 2.35.0

Original comment by glenboon...@gmail.com on 17 Oct 2013 at 2:55

GoogleCodeExporter commented 9 years ago
Any idea on Mac? 'Bypass proxy server for local addresses' 

Original comment by sams.pra...@gmail.com on 25 Oct 2013 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:18

GoogleCodeExporter commented 9 years ago
Could you please try with latest version of chrome driver 2.14 and chrome 
browser 41

Original comment by gmanikp...@chromium.org on 30 Mar 2015 at 7:45