我正在尝试以下代码,但是错误“无法找到元素”
的System.out.println(driver.findElement(By.xpath( “// * [@ id中= '反应根'] /部分/主要/条/ UL /锂[2] /量程/跨度”) ).getText())
答案 0 :(得分:0)
以下情况很好: - )
的System.out.println(driver.findElement(By.xpath(" .//* [@ ID ='反应根'] /部分/主要/条/报头/格[2] / UL /锂[2] /跨度/跨度"。))的getAttribute("标题&#34));
更短的XPath:
的System.out.println(driver.findElement(By.xpath(" //跨度[@id ='反应根'] //跨度[@title]" ))的getAttribute("标题&#34));