我在我的 selenium java 项目中不断收到错误消息。
for(WebElement link:AllTheLinkList) {
if (link.getAttribute("href") != null
&& ! link.getAttribute("href").contentEquals("javascript"))
{
activeLinks.add(link);
}
}
// Get total amount of links in the page
System.out.println("Size of active links and images --->"
+ activeLinks.size());
错误信息是:
线程“主”org.openqa.selenium.StaleElementReferenceException 中的异常:过时的元素引用:元素未附加到页面文档