Exception in thread "main" org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element ... is not clickable at point (1075, 323). Other element would receive the click: (Session info: chrome=79.0.3945.130)
How to solve this error for selenium webdriver code..FOR CLICKING THE POST BUTTON using xpath the devloperr donot provide id for that button CODE:
WebElement element1=driver.findElement(By.xpath("//*[@id=\"SINPost\"]/button"));
element1.click();