python+selenium+Firefox,異常:Either the element is no longer attached to the DOM or the page has been refreshedselenium.common.exceptions.StaleElementReferenceException: Message:The element reference is stale. Either the element is no longer attached to the DOM or the page has been refreshed.腳本是做的翻頁爬取數據的工作,大概翻頁50+的時候,會報出這個異常, 環(huán)境:python 3.6 selenium 3.4.3 Firefox 47.0 geckodriver 0.14.0 我在網上查了下,聽說是因為頁面加載的問題,可以用driver.implicitly_wait(30)暗等待頁面加載,但是這個方法又沒法正常調用,包括嘗試了更新上述環(huán)境的版本也沒用 所以很尷尬,不知道應該針對這個異常,還是針對implicitly_wait(30)這個方法?有大神遇到過這個報錯么
添加回答
舉報
0/150
提交
取消