Using Selenium/Java, I have a table where I need to find the country Austria, and then determine which Company is in that country. I found the xPath:
//td[.='Austria']
to Austria in the table, but is there a better way to use cells then move two cells to the left to find the Company name (Ernest Handel? Is there a better solution?
The table is at: https://www.w3schools.com/html/html_tables.asp