selenium.common.exceptions.ElementNotVisibleException: Message: element not interactable
頁面元素不可交互
調試發現其實是 self.driver.find_element_by_xpath("//li[text()='新聞']")找到了多個元素
重新定位一下保證找到的值是唯一的就ok
selenium.common.exceptions.ElementNotVisibleException: Message: element not interactable
頁面元素不可交互
調試發現其實是 self.driver.find_element_by_xpath("//li[text()='新聞']")找到了多個元素
重新定位一下保證找到的值是唯一的就ok
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。