-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other element would receive a click error when attempting to select a value in dropdown if width is smaller than value width #1479
Comments
I am getting that too after upgrading to version 2.49. But I also updated ff to 43.0.4. Scripts worked fine before. |
Same issue happens to me since we upgraded to Selenium 2.49.0 to have firefox 43.x support. The button to be clicked doesn't move around, it's definitely clickable and it's visible. Rolling back to previous selenium and firefox versions for now. |
I'm seeing the same issue as well. Until it's resolved, we've rolled back to the previous version. |
The same here. We had to roll back to a previous version also. All of our tests are failing since the update. I only met with this issue on Chrome earlier.
|
I'm also seeing an issue where latest WebDriver (2.49.0) is clicking in the wrong location for a stationary element. Click seems to be just below the bottom of the given element instead of in the middle. X coordinate is fine. Using with firefox version: firefox-38.5.0-2.el5.centos In my scenario, the element is an anchor tag, nothing to do with select or option. |
I'm guessing commit a240141 is triggering this, but it still begs the question why the click coordinates are "off" in the y dimension by element.height/2. Unless I mis-remember that an element click is supposed to be in the middle of the element. |
…ements is to disable clickability checking, see https://gist.github.com/p0deje/c549e93fa19bf7aaee49
Fixed by b21a4f5 |
On Selenium version 2.49.0
Error:
Test:
HTML
The text was updated successfully, but these errors were encountered: