@rickyChen
2016-08-03T18:42:06.000000Z
字数 508
阅读 3053
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.git
cd python-webkit2png
python setup.py install
yum install PyQt4.x86_64
yum install PyQt4-devel.x86_64
yum install PyQt4-webkit.x86_64
yum 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计算之后的页面。