我想在selenium中提取具有相同类名的href

时间:2017-09-19 10:56:46

标签: java selenium

1 个答案:

答案 0 :(得分:0)

您可以使用此代码:

String hrefValue = driver.FindElement(By.XPath("//li/span[@class='mreinfp comp-text']/a[@href]")).getAttribute("href");

href

中的hrefValue