My question is similar to this How to find specific lines in a table using Selenium? except one thing that table rows can be in random order and I want to find specific value from specific row that that has fix column1 value. i.e. find budget if company="abc". company "abc" can appear in any row in the table.
Example:
column1: column2: column3
company1: value1: value2:
company2: value1: value2
Over here I want to find value2 for company2. company2 can appear anywhere in the table.