Published
- 1 min read
scroll to the bottom of the page python selenium
The solution for this is noted below
scroll to the bottom of the page python selenium
Solution
driver.execute_script("window.scrollTo(0, document.body.scrollHeight);")
Try other methods by searching on the site. That is if this doesn’t work