无法使用selenium webdriver启动phantomjs

时间:2015-06-15 04:44:13

标签: python macos selenium selenium-webdriver phantomjs

我在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。 屏幕截图:可通过屏幕获取

有谁知道我在这里做错了什么?

0 个答案:

没有答案