尝试使用
By.id("aaabICLL.AreaViewStatic.ServiceLink17"), By.className("urLnkFunction"),Xpath, linkText("Serviceman Basic Report")
对于这些遇到了这个错误:
NoSuchElementException.eclipse is unable to locate the "Serviceman Basic Report" hyperlink.
军人基本报告
答案 0 :(得分:0)
您可以在案例中使用以下xpath:
driver.findElement(By.xpath("//*[contains(text(),'Serviceman Basic Report')]")).click();
希望它会对你有所帮助。