Linux安装phantomjs

Ubuntu (10.04, 11.04, 12.04, 13.10, 14.04) Debian (7.6)的安装方法

sudo apt-get update 

sudo apt-get install build-essential chrpath git-core libssl-dev libfontconfig1-dev libxft-dev 

git clone git://github.com/ariya/phantomjs.git 

cd phantomjs 

git checkout 1.9 

./build.sh

Amazon EC2 AMI (release 2011.09, 2012.03) CentOS/RHEL 6

sudo yum install gcc gcc-c++ make git openssl-devel freetype-devel fontconfig-devel 

git clone git://github.com/ariya/phantomjs.git 

cd phantomjs 

git checkout 1.9 

./build.sh

一步步运行以上命令,最后通过查看版本测试是否正常安装

phantomjs –version
从splinter 访问方法:
from splinter import Browser

browser=Browser(‘phantomjs’,executable_path=’/var/tmp/phantomjs/bin/phantomjs’)

直接使用browser=Browser(‘phantomjs’)会报错:

browser=Browser(‘phantomjs’)
Traceback (most recent call last):
File “”, line 1, in
File “/usr/local/lib/python2.7/dist-packages/splinter/browser.py”, line 63, in Browser
return driver(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/splinter/driver/webdriver/phantomjs.py”, line 32, in init
self.driver = PhantomJS(desired_capabilities=capabilities, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/selenium/webdriver/phantomjs/webdriver.py”, line 50, in init
self.service.start()
File “/usr/local/lib/python2.7/dist-packages/selenium/webdriver/phantomjs/service.py”, line 75, in start
raise WebDriverException(“Unable to start phantomjs with ghostdriver.”, e)
selenium.common.exceptions.WebDriverException: Message: Unable to start phantomjs with ghostdriver.
Screenshot: available via screen

需要指定phantomjs的具体执行路径,指定方法见上文

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值