這是我的源代碼我想驗證與硒:硒標籤之間getAttribute標籤?
<tr class="myclass">
<td class="column" style="width:50%"> Key </td>
<td style="width:50%"> Value </td>
<td style="width:50%"> </td>
</tr>
我想驗證他的字「值」包含有。
下面的語句總是返回:而不是「值」
driver.findElement(By.xpath("//tr[td[contains(text(), 'Key')]]/td")).getText();
我在做什麼錯誤的「鑰匙」?我如何獲得我的xpath表達式的文本?
TD [2]的伎倆! – membersound