selenium.common.exceptions.ElementNotVisibleException: Message: element not interactable报错

selenium.common.exceptions.ElementNotVisibleException: Message: element not interactable

页面元素不可交互

调试发现其实是 self.driver.find_element_by_xpath("//li[text()='新闻']")找到了多个元素

重新定位一下保证找到的值是唯一的就ok

 

上一篇:java虚拟机规范(se8)——class文件格式(七)


下一篇:Execption:com.mysql.cj.exceptions.WrongArgumentException: Malformed database URL, failed to parse th