来自IDE的x路径链接是:// a [包含(text(),' Alliance Entertainment Corp.(IV00000003)'
答案 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/#