首页 > 编程 > Python > 正文

Python使用Phantomjs截屏网页的方法

2020-01-04 15:03:42
字体:
来源:转载
供稿:网友

实例如下所示:

#!/usr/bin/python# -*- coding:utf8 -*-from selenium import webdriverimport osdriver1 = webdriver.PhantomJS(executable_path='/usr/local/bin/phantomjs')driver1.get("http://www.csdn.net")data = driver1.titledriver1.save_screenshot('csdn.png')print dataprint os.getcwd()

以上这篇Python使用Phantomjs截屏网页的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持VEVB武林网。


注:相关教程知识阅读请移步到python教程频道。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表