谷歌搜索网址的xpath没有内容

时间:2012-04-17 09:32:14

标签: xpath

http://www.google.com/search?q=youtube

尝试获取搜索网址www.youtube.com/

使用此xpath但没有输出。

.//*[@id='rso']/li[1]/div/div[2]/div[1]/cite

我也尝试过使用css路径同样的问题

1 个答案:

答案 0 :(得分:1)

CSS:div[aria-label='Result details']+div>div cite。 顺便说一句,你的xpath对我来说很好。例如,如果使用selenium来检索文本,则应在这种情况下编写xpath=.//,因为它通过前面的//符号将选择器识别为xpath。此外,//*[@id='rso']/li[1]/div/div[2]/div[1]/cite//text()还会返回三个textNodes www.youtube.com/