1/ Install these libraries
$ pip install pandas
$ pip install bs4
$ pip install requests
$ pip install selenium
2/ Download ChromeDriver from https://chromedriver.chromium.org/downloads
3/ Change this ligne:
driver = webdriver.Chrome(r"C:\webdrivers\chromedriver.exe")
with:
driver = webdriver.Chrome("<chromedriver.exe path>")