-
Grey Afflick replied to the topic Find rows & columns of a table using selenium in the forum Quality Assurance / Software Testing 6 years, 4 months ago
You can find rows and columns of a table using Xpath.
Example: driver.findElement(By.Xpath(“//”)).click();