ericmckean / chromedriver

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

When clicking on an link on the page, the latest version of chrome doesn't react (when testing with selenium webdriver) #1025

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When clicking on an link on the page, chrome doesn't react. After clicking a 
field in the form, chrome responses the click on the link and opens the correct 
form. It works just right on explorer, firefox and windows 8/chrome. It worked 
just fine using the previous Chrome version.

The problem exists in only one of our applications using Bootstrap.
The menu can be used to navigate through the application 
(div[class=span-navigation]/ul[class=left-nav]/li[href=....].
However when a specific menu-option has been selected, within this page there's 
a div[class=accordion-toggle]. The browser doesn't react when the link is 
clicked. When an input field is clicked, the browser responds the previous 
click, opening the form that was expected.

I tried to fix it by:
- deleting cache and cookies
- using chrome in incognito mode
- resetting the browser settings
- reinstalling the application

Using windows 7 with chrome version 40.0.2214.91 m

Regards,

Rob

Original issue reported on code.google.com by r....@avisi.nl on 30 Jan 2015 at 12:33

GoogleCodeExporter commented 9 years ago
I have the same issue on OS X Yosemite 10.10.2, Chrome version 40.0.2214.111. I 
have a button to be clicked. The button gets highlighted like it gets clicked, 
but nothing happens.

It is a very sporadic issue. I would say 1 out of 10 test runs, the button does 
not get clicked.

Original comment by earmstr...@peaksware.com on 10 Feb 2015 at 10:18

GoogleCodeExporter commented 9 years ago
1. is it work in chromedriver 2.11?
2. can you provide the codes for me to verified?

Original comment by andrewch...@chromium.org on 10 Feb 2015 at 11:05

GoogleCodeExporter commented 9 years ago
I checked the chromedriver version. We currently use 2.10.267521.
I just updated towards the latter version (2.14.313457).
Unfortunately that didn't do te job.
I also attached a snippet from the application and the code.

Original comment by r....@avisi.nl on 11 Feb 2015 at 7:32

Attachments:

GoogleCodeExporter commented 9 years ago
we need stand alone codes to run so that we can reproduce the issue.  It will 
help us debug as well.

Original comment by andrewch...@chromium.org on 11 Feb 2015 at 7:17

GoogleCodeExporter commented 9 years ago
Sorry, I can´t give you a part of the applicaion. I'm noy able to and it's not 
allowed.

But thanx anyway,

Rob

Original comment by r....@avisi.nl on 12 Feb 2015 at 8:27

GoogleCodeExporter commented 9 years ago
you don't need to give me your application.  make another small stand alone 
program that can reproduce the issue since  you know the issue better than us.

Original comment by andrewch...@chromium.org on 12 Feb 2015 at 6:54

GoogleCodeExporter commented 9 years ago
I know, but i'm not a java engineer and the team lacks the time to do so.

Original comment by r....@avisi.nl on 13 Feb 2015 at 7:45

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
I have the same issue of clicking on the link/button in our application. it's 
not working with the latest version of chrome. We are using chrome 40.x 
,Selenium driver 2.44 and chrome driver 2.14.

We tried with JS (JavaExecutor) method as well to click on it. but it's not at 
all working. let me know if this issue is fixed

Original comment by uma...@gmail.com on 11 Mar 2015 at 12:13

GoogleCodeExporter commented 9 years ago
We upgraded the chrome-version en downgraded the drivers. That did the job. All 
the tests run successfully now. Versions:
Chrome: Version 41.0.2272.89 m
Selenium driver: 2.42.2
Chromedriver: 2.10.267521

Original comment by r....@avisi.nl on 11 Mar 2015 at 1:31

GoogleCodeExporter commented 9 years ago
#10  Can you try Chromedriver: 2.14 and see  how  it work?                      

Original comment by andrewch...@chromium.org on 11 Mar 2015 at 5:27

GoogleCodeExporter commented 9 years ago
With Chromedriver 2.14 it also works just fine!

Original comment by r....@avisi.nl on 12 Mar 2015 at 10:41

GoogleCodeExporter commented 9 years ago
Good to hear current Chromedriver 2.14  and Chrome: Version 41.0.2272.89
work for you.

Original comment by andrewch...@chromium.org on 12 Mar 2015 at 5:11