I have a site that I want to scroll through using Selenium with Chrome and Python. Before, when I've wanted to scroll down, I've always given the following command:
driver.execute_script("window.scrollTo(0, document.body.scrollHeight);")
However, this website, for reasons I do not understand, is preventing me from scrolling. Does anyone have any advice?
Here is how to access the page I am having trouble with:
- Go to https://shopwoodmans.com
- Click "In Store"
- Click on any store
- Click on any of the "Shop Aisles" options