@jeff Active 6 years, 4 months ago ActivityProfileForums Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 0 reply threads Author Posts July 28, 2018 at 7:12 pm #12861 JeffParticipant Use below code List<WebElement> iRows = driver.findElementByXPath(“\\path of the tr in the webtable\\”); iRowCount = iRows.Size(); List<WebElement> iColumns = driver.findElementByXPath(“\\….tr[1]\td”); iColCount = iColumns .Size(); Author Posts Viewing 0 reply threads