Closed GoogleCodeExporter closed 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
100Kalle100 @
please check and let us know if you are still facing the issue.
Original comment by ssudunag...@chromium.org
on 11 May 2015 at 10:04
100Kalle100@
Can you please try with simple ChromeDriver and Selenium bindings (without
NUgent and other config.) and let us know if this is still reproducible for you
in the latest version of the ChromeDriver. based on your confirmation we can
close this bug.
thanks
Original comment by agau...@chromium.org
on 5 Jun 2015 at 11:18
Closing issue as is not reproducible. If any facing similar issue please raise
new issue
Original comment by ssudunag...@chromium.org
on 2 Jul 2015 at 10:17
Original issue reported on code.google.com by
100Kalle...@gmail.com
on 24 May 2014 at 11:15