I am attempting to run this script:
https://github.com/Chillee/coursera-dl-all
However, the script fails at the line session = webdriver.PhantomJS()
session = webdriver.PhantomJS()
you need to download the DRIVER
after that session = webdriver.PhantomJS("c:\driverPath")
session = webdriver.PhantomJS("c:\driverPath")