You can download ChromeDriver here:
https://sites.google.com/chromium.org/driver/
Then you have multiple options:
-
add it to your system
path -
put it in the same directory as your python script
-
specify the location directly via
executable_pathdriver = webdriver.Chrome(executable_path="C:/path/to/chromedriver.exe")