I have a table that has multiple rows and columns. I’m using the Selenium “Get Element Count” to get the number of rows but for this particular table, I’m getting always zero rows. If I use the same code for some other tables, on other sites, I’m getting the correct number of rows.
What is different about this table to receive the wrong number of rows? Any ideas?