URL:http://www.iros.go.kr/PMainJ.jsp
我要按如下所示单击xpath。
driver.find_element_by_xpath('/html/body/div[1]/div[5]/div[1]/div[2]/div/ul/li[2]/a').click()
但是收到以下错误消息:
selenium.common.exceptions.WebDriverException:消息:未知错误:元素在点(251,246)不可单击。其他元素将获得点击:... (会话信息:chrome = 74.0.3729.169)
如何解决此错误?谢谢