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

页面元素不可交互

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

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

 

posted on 2019-09-18 16:59  腿短毛不多  阅读(2060)  评论(0编辑  收藏  举报