Open GoogleCodeExporter opened 9 years ago
Typo fix:
OS: Mac OSX 10.7.5
Original comment by byron...@gmail.com
on 26 Jul 2013 at 10:21
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:18
Issue is reproducible with chromedriver:2.14, chrome:v41, Mac OS.
In Windows 7 with element.sendKeys(Keys.chord(Keys.CONTROL, "a")), text is
getting highlighted
Sample Code:
WebDriver driver = new ChromeDriver();
driver.get("file://Html/Bug_433.html");
WebElement element = driver.findElement(By.id("editable"));
element.sendKeys("abc");
element.sendKeys(Keys.chord(Keys.COMMAND, "a"));
Original comment by ssudunag...@chromium.org
on 7 Apr 2015 at 10:08
Issue 972 has been merged into this issue.
Original comment by gmanikp...@chromium.org
on 8 Apr 2015 at 10:56
Original comment by ssudunag...@chromium.org
on 10 Apr 2015 at 6:03
Original issue reported on code.google.com by
byron...@gmail.com
on 26 Jul 2013 at 9:44Attachments: