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 me none of the above solved the problem; I found the code:
driver = webdriver.PhantomJS()
Will only work for root...