Open GoogleCodeExporter opened 9 years ago
Original comment by kkania@chromium.org
on 13 Mar 2013 at 11:55
Original comment by kkania@chromium.org
on 14 Mar 2013 at 9:20
Original comment by kkania@chromium.org
on 14 Mar 2013 at 9:21
I get this problem too and hope somebody will share what the problem and how to
fix it.
Original comment by suci...@gmail.com
on 10 Jun 2013 at 12:26
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:18
ashiq.rahman716@
Is this issue still reproducible ? with latest version of ChromeDriver (2.15),
selenium (2.45) and chrome (41.xx.xx.xx).
I'm unable to reproduce the issue, please attach a correct chromedriver.log
file if this issue still reproducible.
------------------- java ------------
ChromeOptions options =new ChromeOptions();
options.addArguments("--start-maximized");
WebDriver driver = new ChromeDriver(options);
driver.get("https://preview.clickability.com/cms?action=doLogout");
Thread.sleep(1000);
WebElement usernameElement = driver.findElement(By.name("j_username"));
usernameElement.clear();
usernameElement.click();
usernameElement.sendKeys("username");
Original comment by agau...@chromium.org
on 13 Apr 2015 at 9:24
Original issue reported on code.google.com by
ashiq.ra...@gmail.com
on 13 Mar 2013 at 10:13