I\'m trying to run PhantomJS driver in Python but I\'m getting error. I\'ve read that I should pass the whole path as an argument but it di
For simplicity's sake place the executable in the same directory as your script:
driver = webdriver.PhantomJS() # now there's no need for a path