Open GoogleCodeExporter opened 9 years ago
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:18
Unable to reproduce issue with chromedriver:2.14 and chrome:41.0.2272.89,
Windows: 7
Please find below code:
System.setProperty("webdriver.chrome.driver",
"C:\\Java\\libs\\chromedriver.exe");
WebDriver driver = new ChromeDriver();
driver.get("file:///C:/Java/html/Bug804.html");
driver.findElement(By.linkText("CMS")).click();
System.out.println("test complete");
driver.quit();
Please try with latest ChromeDriver and Chrome and let us know if you are able
to reproduce issue.
Original comment by ssudunag...@chromium.org
on 23 Mar 2015 at 5:46
Original comment by nyerrami...@chromium.org
on 26 Mar 2015 at 4:31
Original issue reported on code.google.com by
100Kalle...@gmail.com
on 24 May 2014 at 11:15