找到<a> contains the text Starred with XPath</a>

时间:2014-03-27 14:04:55

标签: google-chrome xpath

在chrome控制台中,我输入以下xpath命令来查找包含文本&#34;已加星标&#34;的元素,但chrome似乎无法找到它。我使用的XPath是:

//a[contains(text(), "Starred")]

这个xpath有什么问题吗?

1 个答案:

答案 0 :(得分:1)

在Elements和Console中都适合我。 Chrome版本51.0。

您是否记得在通过控制台搜索时将xPath包装在$x(" ")中?

enter image description here

enter image description here