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();
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…