<table class="shoppingCart" cellspacing="0" cellpadding="0" border="0" width="100%">
<thead>
<tfoot>
<tr>
<tr>
<tr>
<!-- show if promo discount applied -->
<!-- end discount -->
<tr>
<td/>
<td/>
<th scope="row" colspan="2">Order total</th>
<td class="total ajaxCart_total"> $284.96 </td>
</tr>
</tfoot>
<tbody>
</table>
誰かがこれで私を助けてくれますか? 実行時にテキスト $284.96 をキャプチャしたいと考えています。また、ページが動的であり、Xpath が頻繁に変更される可能性があるため、絶対 Xpath(//table/tfoot/tr[4]/td[3]) を使用したくありません。どうすればこれができるようになりますか?
前もって感謝します、マイク