“Element is not clickable at point” error

By Actions:

WebElement element = driver.findElement(By(“element_path”)); Actions actions = new Actions(driver); actions.moveToElement(element).click().perform();