What are the causes of the “Element is not clickable at point” exception?

What are the causes of the “Element is not clickable at point” exception?

1 Like

Hi Emma,

The exception “Element is not clickable at point” occurs when the WebElement is not clickable at a given point. This would result in an exception. Some of the major causes of the “Element is not clickable at point” exception includes the following:

  1. WebElement we want to interact with is disabled.
  2. WebElement is not properly loaded on the web page.
  3. WebElements overlap with each other.
  4. WebElement is not located using coordinates on the page.

To get into detail of each cause and see how to fix them, please go through the following blog:

3 Likes