Thoughtworks interview question

How do you get the elements from a table using selenium?

Interview Answer

Anonymous

15 Feb 2019

Using a nested for loop you need to iterate through TDs and TR tags.