下面是示例代码
<p>
I want this Text
<sup> not this </sup>
.(Need this too).
<sup> and not this </sup>
</p>
使用 Selenium RC,selenium.getText("//...") 为我们带来了所有文本,包括 < sup > 中的文本。
有没有办法从<p>
没有<sup>
标签的情况下获取文本?
请告诉我。谢谢
下面是示例代码
<p>
I want this Text
<sup> not this </sup>
.(Need this too).
<sup> and not this </sup>
</p>
使用 Selenium RC,selenium.getText("//...") 为我们带来了所有文本,包括 < sup > 中的文本。
有没有办法从<p>
没有<sup>
标签的情况下获取文本?
请告诉我。谢谢