求selenium解决方法
求selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document解决办法https://blog.csdn.net/zby_hlx/article/details/79552357参考下这个 报错原因是元素在页面上没有加载完,所以找不到。
你加个等待时间就可以了,比如time.sleep(X),X就是等待时长。 参考下这个链接https://blog.csdn.net/huilan_same/article/details/52432206 楼上解决比较详细 加等待时间
页:
[1]