아래 코드 사용해보세요. (윈도우환경입니다)
# PhamtomJS
phantomjs_file = 'D:\\WebDriver\\phantomjs-2.1.1-windows\\bin\\phantomjs.exe'
driver = webdriver.PhantomJS(executable_path=phantomjs_file)
phantomjs_file 에는 phantomjs.exe 파일 있는 경로 써주시면 됩니다.
executable_path 넣어주니까 실행되네요