@rickyChen
2016-08-03T10:42:06.000000Z
字数 508
阅读 3324
Linux Python
Linxu系统
centos 7
Python Version
Python 2.7.5
Git Version
1.8.3.1
git clone https://github.com/adamn/python-webkit2png.gitcd python-webkit2pngpython setup.py install
yum install PyQt4.x86_64yum install PyQt4-devel.x86_64yum install PyQt4-webkit.x86_64yum install PyQt4-webkit-devel.noarch
yum install xorg-x11-server-Xvfb.x86_64
webkit2png http://sina.com.cn -x 1280 1200 --output=home.png
webkitpng只能获取静态页面的截图,不能获取动态页面或者需要通过js计算之后的页面。
