Handling ElementNotVisibleException And Element Is Not Clickable Exception In Selenium

Hello Folks, In this post, we will learn how to handle “ElementNotVisibleException ” and “Element is not clickable exceptions”. While running Selenium scripts, sometimes we face below exceptions: “org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (242, 845). Other element would receive the click” “org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be … Continue reading Handling ElementNotVisibleException And Element Is Not Clickable Exception In Selenium