I want to fetch data from tables in UI. I know about looping through rows and columns using \"tr\" and \"td\". But the one the table I have is something like this:
yes it is working for c# with selenium...
IList cells = row.findElements(By.xpath(".//*[local-name(.)='th' or local-name(.)='td']"));