重複の可能性:
xpath を知っている場合は、助けてください。
こんにちは、これがhtmlコードです
<html>
<body>
<table>
<tr>
Test
</tr>
<tr>
<td>
<a href = "google.com">
Google
</a>
</td>
</tr>
<tr>
<td> test1</td>
<td>
<a href = "yahoo.com"> Yahoo!</a>
</td>
</tr>
</tr>
</table>
</body>
</html>
そこで、Google と Yahoo! というテキストが必要です。
どうすればそれを手に入れることができますか
ここに私が書いたものがあります
table[1]/tr[1]/td[2]
何が起こっているのかわかりませんが、何も表示されません...
ありがとう