测试积点老人 发表于 2020-5-22 13:58:47

求selenium解决方法

求selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document解决办法


海海豚 发表于 2020-5-25 09:19:01

https://blog.csdn.net/zby_hlx/article/details/79552357参考下这个

郭小贱 发表于 2020-5-25 09:47:17

报错原因是元素在页面上没有加载完,所以找不到。
你加个等待时间就可以了,比如time.sleep(X),X就是等待时长。

bellas 发表于 2020-5-25 09:52:20

参考下这个链接https://blog.csdn.net/huilan_same/article/details/52432206

jingzizx 发表于 2020-5-25 12:42:04

楼上解决比较详细

litingting0214 发表于 2020-5-25 15:52:18

加等待时间
页: [1]
查看完整版本: 求selenium解决方法