Sometimes you might get errors like this:
SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 81
This just means you need to update your chromedriver.
First open Chrome, then look at about Google Chrome.
Then download the corresponding chromedriver.
Now access your matching ChromeDriver at the path where it is.
driver = webdriver.Chrome("/Users/username/Downloads/chromedriver")