Selenium自动化遇到的问题
1.selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale elem ent not found
原因:
页面刷新导致元素过时
解决方法:
重新定位该元素
1.selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale elem ent not found
原因:
页面刷新导致元素过时
解决方法:
重新定位该元素