我收到以下错误消息
我在构建项目时来自编译器的The PhantomJS executable could not be found on the current PATH.
。
是否有任何解决方案?
答案 0 :(得分:0)
在Linux上,在调用phantomJS驱动程序实例时,需要传递变量 executable_path
browser = webdriver.PhantomJS(executable_path = '/home/someLocation/phantomJS')
这解决了我的问题