python+selenium+Firefox,异常

python+selenium+Firefox,异常:Either the element is no longer attached to the DOM or the page has been refreshed

selenium.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+的时候,会报出这个异常,

 

环境:python 3.6  selenium 3.4.3  Firefox 47.0  geckodriver 0.14.0

 

我在网上查了下,听说是因为页面加载的问题,可以用driver.implicitly_wait(30)暗等待页面加载,但是这个方法又没法正常调用,包括尝试了更新上述环境的版本也没用

 

所以很尴尬,不知道应该针对这个异常,还是针对implicitly_wait(30)这个方法?有大神遇到过这个报错么


料青山看我应如是
浏览 827回答 1
1回答

肥皂起泡泡

可以换取爬取数据的方式,不通过selenium,因为它需要查找页面元素,你这报错就是找不到元素引起的。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python