Skip to content
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

Element is not clickable at point - C# - Chrome Driver #4801

Closed
gabernardone opened this issue Oct 3, 2017 · 5 comments
Closed

Element is not clickable at point - C# - Chrome Driver #4801

gabernardone opened this issue Oct 3, 2017 · 5 comments

Comments

@gabernardone
Copy link

gabernardone commented Oct 3, 2017

Meta -

OS: Windows 10

Selenium Version: 3.6.0, Visual Studio, C#

Browser: Google Chrome

Browser Version: 2.31.488763 (32-bit)

Expected Behavior -

Click on found element

Actual Behavior -

I have an automation project using Selenium WebDriver in version 3.6 and the Chrome Driver. The software was working fine until it started to display the error

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

unknown error: Element is not clickable at point (25, -9) (Session info: chrome=61.0.3163.100) (Driver info: chromedriver=2.31.488763 (092de99f48a300323ecf8c2a4e2e7cab51de5ba8),platform=Windows NT 6.1.7601 SP1 x86_64).

I'm using the .click () method to click on the element, and this always worked, I've never had any problems with the software running for months

Searching the internet I found methods that even worked like using .SendKey () and IJavaScriptExecutor to give a scroll to the element. But the point is I never had to do this ..

Could it be some bug in this version of Selenium? Maybe Chrome Driver?

Steps to reproduce -

@Vijayabaskar03
Copy link

This seems to be already fixed in V 2.32. The changelog says:
Fixes a bug where Chromedriver fails to click due to page scrolling changes in Chrome 61+.

Did you try updating your driver?

@javiervg
Copy link

javiervg commented Oct 4, 2017

I can confirm that updating to V 2.32 solved my clickable issues. Thanks for posting your comment Vijayabaskar03

@barancev barancev closed this as completed Oct 4, 2017
@padi
Copy link

padi commented Oct 16, 2017

Can confirm that upgrading works i.e. selenium is now able to scroll down pages in Chrome 61 with chromedriver v2.33.

@meet-sapu
Copy link

meet-sapu commented Nov 25, 2017

hi @gabernardone , This issue was headache to me while writing a web scraping script in python , I solution for this came out to be simple , I simply scrolled down(or it could be up in your case) the webpage and then clicking the button worked for , as it turns out it the webdriver is firefox or internet explorer this is not n issue but it's an issue for chrome webdriver .

@kaloyragalag
Copy link

Hi this still persist in ChromeDriver 2.35.528161

@lock lock bot locked and limited conversation to collaborators Aug 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants