selenium+python+phantomjs
文章平均质量分 78
这菜真辣
这个作者很懒,什么都没留下…
展开
-
selenium+python+phantomjs爬虫博客排行榜
#!/usr/bin/env python# -*- coding: utf-8 -*-# @Time : 2017/4/11 19:21# @Author : wanghaitao# @File : spider.py# @Software: PyCharmimport codecsfrom selenium import webdriverfrom selenium.webdriver.com原创 2017-04-12 13:38:18 · 396 阅读 · 0 评论 -
selenium webdriver方法qiut()close()区别
最近在研究chrome headless 版本号59+ 但是selenium的webdriver最新版本最高支持chrome58。 driver.close()调试过程出现bug: raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message:原创 2017-06-12 11:36:36 · 3818 阅读 · 0 评论