-3

我的html代码:

<tbody>


<tr style="display:none;">

<tr>

<td class="intervention">

<td class="notes-count">

<span class="ico ico--paper"></span>

2

</td>

现在我需要使用selenium webdriver. 请帮我。我用过xpath "//div/table/tbody/tr[2]/td[2]/" and getattribute("value ")但它返回空值

如果您需要更多信息,请告诉我。提前致谢

4

1 回答 1

-1

那么使用WebElement 的getText方法而不是使用getAttribute方法

就像 Selenium WebDriver 的 javadoc API

于 2013-04-24T15:47:38.463 回答