如何访问selenium webdriver中下拉列表中的选项href

时间:2015-04-01 10:46:27

标签: selenium webdriver

来自IDE的x路径链接是:// a [包含(text(),' Alliance Entertainment Corp.(IV00000003)'

1 个答案:

答案 0 :(得分:1)

获取Web引用的href使用getAttribute()(在java中)方法。所以在你的情况下你可以通过以下方式实现它:

String href = driver.findElement(By.xpath("//a[contains(text(),'Alliance Entertainment Corp.(IV00000003)'")).getAttribute("href");

这会返回此元素的网址,即 http://your-site-name/#