<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
[https://www.w3schools.com/html/html_tables.asp]
you can find the sample web table in the link. I want contact value with the company and country.
I have tried something like this
//td[text()='Laughing Bacchus Winecellars']//following-sibling::td and //td[text()='Canada']//preceding-sibling::td