Do you have the ChromeDriver dependency installed? It's mentioned right after the Python 3 dependency.
typing:
which chromedriver
at a command prompt will let you know if (and where) it's installed. It has to be in your system path if the script is to work.
|