在当前PATH上找不到PhantomJS可执行文件。待解决

时间:2017-10-25 14:32:32

标签: phantomjs

我收到以下错误消息 我在构建项目时来自编译器的The PhantomJS executable could not be found on the current PATH.

是否有任何解决方案?

1 个答案:

答案 0 :(得分:0)

在Linux上,在调用phantomJS驱动程序实例时,需要传递变量 executable_path

browser = webdriver.PhantomJS(executable_path = '/home/someLocation/phantomJS')

这解决了我的问题