我在mac上使用selenium webdriver启动phantomjs时遇到错误。 这是我发起启动phantomjs的呼吁:
driver = webdriver.PhantomJS(executable_path='/usr/local/bin/phantomjs')
我收到以下错误:
File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/phantomjs/webdriver.py", line 50, in __init__
self.service.start()
File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/phantomjs/service.py", line 75, in start
raise WebDriverException("Unable to start phantomjs with ghostdriver.", e)
WebDriverException:消息:无法使用ghostdriver启动phantomjs。 屏幕截图:可通过屏幕获取
有谁知道我在这里做错了什么?