How do I run a Python driver in Chrome?
Here you can get chromedriver for your preferred platform. Chromedriver should be placed on your system path, or wherever your code resides. Link your chromedriver.exe if you’re not utilising a system path. (It’s just called chromedriver for non-Windows users): browser = webdriver.Chrome(executable path=r"C:pathtochromedriver.exe")