ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Chromedriver does not send keys to context menu #1003

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Java selenium-chrome-driver 2.44.0
native chromedriver 2.12
Chrome 39

Following up on bug #919...

I am trying to perform the following operation:

1. Go to google.com: webdriver.navigate.to("http://google.com/")
2. Find the link "Images": webdriver.findElement(By.linkText("Images"))
3. Right click on "images" and choose "open in new tab" in the context menu: 
actions.contextClick(link).sendKeys("t").perform();

Steps 1 and 2 execute properly (the context menu pops up) but step 3 does not. 
The context menu stays open, no keys are ever sent to it.

Original issue reported on code.google.com by cow...@bbs.darktech.org on 15 Dec 2014 at 10:06

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:18

GoogleCodeExporter commented 9 years ago

Original comment by gmanikp...@chromium.org on 27 Feb 2015 at 12:28

GoogleCodeExporter commented 9 years ago
Issue 1042 has been merged into this issue.

Original comment by gmanikp...@chromium.org on 27 Feb 2015 at 5:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by andrewch...@chromium.org on 9 Mar 2015 at 6:19

GoogleCodeExporter commented 9 years ago
can you please let me know, when can we have a fix for this?

I am using:
Chrome Version 40.0.2214.115 m
ChromeDriver 2.14.313457
Selenium 2.43.0
Windows 7

Original comment by subrahma...@accionlabs.com on 11 Mar 2015 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 2 Apr 2015 at 9:54