0

Exception in thread "main" org.openqa.selenium.ElementClickInterceptedException: Element is not clickable at point (951.5,591.1083450317383) because another element obscures it

Michał Turczyn
  • 32,028
  • 14
  • 47
  • 69
Sanddy
  • 13
  • 1
  • 3
  • 2
    Hi, welcome to Stackoverflow. Please read how to ask a good question: https://stackoverflow.com/help/how-to-ask – Rafał Sokalski Jul 09 '18 at 10:46
  • 1
    Please share block of code – Ishita Shah Jul 09 '18 at 10:47
  • 1
    Possible duplicate of [Selenium Web Driver & Java. Element is not clickable at point (36, 72). Other element would receive the click:](https://stackoverflow.com/questions/44912203/selenium-web-driver-java-element-is-not-clickable-at-point-36-72-other-el) – undetected Selenium Jul 09 '18 at 12:02

1 Answers1

-1

check with xpath and wait statement try it any wait statement like Thread.sleep(millseconds); or explicit, implicit.