I am attempting to run this script:
https://github.com/Chillee/coursera-dl-all
However, the script fails at the line session = webdriver.PhantomJS()
1.Download Phantomjs executable from https://phantomjs.org/download.html 2. copy phantomjs.exe to C:\Python27\Lib\site-packages\selenium\webdriver\phantomjs 3. Add path C:\Python27\Lib\site-packages\selenium\webdriver\phantomjs under environment variable key "PATH"
since I am using PyCharm I had to restart Pycharm after above settings are done