码迷,mamicode.com
首页 > Web开发 > 详细

phantomJS浏览器

时间:2018-02-27 16:04:33      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:title   htm   import   com   from   table   webdriver   sele   html   

无界面浏览器

下载解压缩

http://phantomjs.org/download.html

selenium调用

from selenium import webdriver
import time
driver=webdriver.PhantomJS(executable_path=D:\\tool\\phantomjs-2.1.1-windows\\bin\\phantomjs)
driver.get("http://baidu.com")
time.sleep(2)
print driver.title
driver.close()

 

phantomJS浏览器

标签:title   htm   import   com   from   table   webdriver   sele   html   

原文地址:https://www.cnblogs.com/xueli/p/8479068.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!