How to Get the List of Elements in Selenium Script?
List is the collection of similar type of data. You can add, remove, iterate over stuff and can also query how much data is in the List.
Java.util.List is a child interface of Collection Read more…