Open GoogleCodeExporter opened 9 years ago
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:18
Issue 524 has been merged into this issue.
Original comment by gmanikp...@chromium.org
on 30 Mar 2015 at 7:30
This issue is reproducible tested with versions:-
ChromeDriver:- 2.14
Chrome:- 41.0.2272.101
Selenium:- 2.45
//testcase
WebDriver driver =new ChromeDriver();
driver.get("http://jsfiddle.net/ZTt3S/3/");
driver.switchTo().frame(0);
System.out.println("Item to be clicked: " +
driver.findElement(By.id("foo")).getText());
driver.findElement(By.id("foo")).click();
Thread.sleep(1000);
driver.quit();
Original comment by agau...@chromium.org
on 31 Mar 2015 at 7:30
Original comment by samu...@chromium.org
on 2 Apr 2015 at 10:40
Original issue reported on code.google.com by
Yojji...@gmail.com
on 28 Feb 2014 at 10:47Attachments: