ericmckean / chromedriver

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

Click not working in EMULATION from chromedriver2.12 to chromedriver2.14 #1035

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Before I start please note: Click is working perfectly when I don't use 
emulation. Only in emulation I have the problem.

Clicks are not working when I tried to migrate from chromedriver2.11 to Latest. 
I tried chromedriver2.12, chromedriver2.13 and chromedriver2.14, but nothing 
worked for me.

Clicks work if I am not using emulation. But in emulation it is not. I have 
used two types of clicks in emulation mode.

WebElement LogIn;

1. LogIn.click();
2. new Actions(driver).moveToElement(LogIn).click().perform();

Both are not working. Did someone else face this when you use emulation with 
latest chromedrivers(2.12/2.13/2.14)?

Configuration I use
===================
Browser : Chrome 40.0.2214.93 m
Selenium : 2.44.0
Chromedriver : 2.14

Original issue reported on code.google.com by robinsmathew on 4 Feb 2015 at 6:06

GoogleCodeExporter commented 9 years ago
This is a duplicate one of 1029

Original comment by robinsmathew on 13 Feb 2015 at 8:48

GoogleCodeExporter commented 9 years ago
Would you please make a small stand alone program (like 1029) that we can test?
this will help a lot.

Original comment by andrewch...@chromium.org on 13 Feb 2015 at 6:55

GoogleCodeExporter commented 9 years ago
Why don't you change the status of this to duplicate? Discussion is going on in 
1029 isn't it? This I have posted in we driver forum before I created 1029. 
They moved it here. Please change the status of this to duplicate to 1029.

Thanks

Original comment by robinsmathew on 13 Feb 2015 at 7:06

GoogleCodeExporter commented 9 years ago

but your test codes are different 

WebElement LogIn;

1. LogIn.click();
2. new Actions(driver).moveToElement(LogIn).click().perform();

if you provide more test codes are welcome.

Original comment by andrewch...@chromium.org on 13 Feb 2015 at 8:09