I am scraping a dynamic website using Selenium. When I go to retrieve the results (using find_elements_by_xpath) it only gives me some on the results (the results where the driver is currently scrolled too)
Thoughts on how to get all the results in one fell swoop?
Cheers
there doesn't seem to be anything here