- 博客(7)
- 资源 (5)
- 收藏
- 关注

原创 python——自己想总结的一些内容(给自己看的)
python+selenium+webdriverJmeter 这是个好东西,测试行业,到了一定阶段,就不能只会手工,自动化、性能、数据库、服务器、db存储、网络相关、兼容性等等都需要学习,只会手工测试的测试,一定会被时代抛弃,我有一个朋友,他就一直做黑盒,你问他自动化、性能、数据库查询、服务器、主流编程代码如c#、java,亦或是js、python,都不会而且还不学,今年30,我想他可...
2018-08-14 11:06:10
298
原创 python、selenium、webdriver——126邮箱登录、上传下载附件
126邮箱登录、不会做验证码相关、点击草稿箱、点击一封邮件、上传一个附件、下载一个附件。from selenium import webdriverimport timefrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.support.wait import WebDriverWait ...
2018-08-14 11:05:44
3035
原创 python、selenium、webdriver——自动登录豆瓣功能(不能解决验证码问题)
这一篇贴一下自己写完的功能,自动登录豆瓣功能,未完成功能,验证码识别方面,暂时不会识别。 from selenium import webdriverimport timeurl = 'https://www.douban.com/'def get_cookies(): # option = webdriver.ChromeOptions() # option....
2018-08-14 11:05:37
632
原创 python——request_html库的使用
这个库真的很好用,以往学过的爬虫技术,urllib、urllib2、bs4、scrapy、正则都不如它来的方便,优点之一就是不用构造hreaders,如果GITHUB说的是真的,那么这个库连反爬虫都不需要考虑了,很方便也很实用。https://github.com/kennethreitz/requests-html GitHub源地址from requests_html impo...
2018-07-16 20:55:17
5233
原创 python补充超级鹰代码
因为我写的是固定的路径,所以超级鹰py文件必须与豆瓣爬虫路径一致,这里我在豆瓣的py文件,调用了result222函数与这一篇共同使用——https://mp.youkuaiyun.com/postedit/81057198 帐号密码啥的去超级鹰自己申请就行了,很简单的。#!/usr/bin/env python# coding:utf-8import requestsfrom...
2018-07-16 16:09:31
2868
1
原创 python、selenium、webdriver——自动登录豆瓣功能(解决验证码登录)
与文章https://blog.youkuaiyun.com/xljdawow111/article/details/81057211共同使用from selenium import webdriverimport timeimport urllib.requestfrom chaojiying import Chaojiying_Clientdriver=webdriver.Chrome()...
2018-07-16 16:09:06
861
python超级鹰图片验证码识别源文件改
2018-07-16
IOS 11.2 (15C107)真机调试包15C153也可用
2018-03-06
IOS 11.3 (15E5167d)真机调试包
2018-03-06
IOS 11.2 (15C5097c)真机调试包
2018-03-06
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人