You should add a scroll to the page to select all elements using Selenium.executeScript("window.scrollBy(0,450)", "")
.
If you have a large list, add the scroll several times through the execution. Note the scroll only go to a certain point in the page for example (0,450).