notclickable1 [Selenium] 에러 org.openqa.selenium.ElementClickInterceptedException (is not clickable at point. Other element would receive the click) webElement.driver.findElement(By.id("searchBtn")); webElement.click(); org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element ... is not clickable at point (1309, 322). Other element would receive the click: ... 상황: 조회btn(searchBtn)을 click()하지 못하는 에러 element는 찾은 상태이지만 searchBtn으로 focus가 가지 못하는 경우 발생하는 에러이다. 왜냐하면 조회버튼을 눌러야 하는데 datepicker가 닫히지 않은 상태로 진행되어서 조회 버튼에 .. 2023. 12. 11. 이전 1 다음