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)这个方法?有大神遇到过这个报错么
肥皂起泡泡
相关分类