Last active
March 10, 2021 15:53
-
-
Save thepycoach/a5db1d6898363a0411e028d0e130f162 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #scroll down to the bottom to load upcoming matches | |
| driver.execute_script("window.scrollTo(0, document.body.scrollHeight)") | |
| time.sleep(3) #add implicit if necessary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment