PhantomJS with Selenium error: Message: ‘phantomjs’ executable needs to be in PATH

you need to download the DRIVER

after that session = webdriver.PhantomJS("c:\driverPath")

Leave a Comment