
selenium
qq_16638717
这个作者很懒,什么都没留下…
展开
-
selenium用openpyxl修改excel文件---cell函数的查找修改
#encoding=utf-8import openpyxlclass ParseExcel(object): def __init__(self): self.wb=None self.excelFile=None def loadWorkBook(self,excelPath): self.wb=openpyxl.load_w...原创 2020-04-08 16:05:48 · 370 阅读 · 0 评论 -
selenium定位动态id元素
https://blog.youkuaiyun.com/qq_15158911/article/details/54572193原创 2020-03-31 15:37:44 · 404 阅读 · 0 评论 -
selenium的下载链接,环境配置
python下载地址https://www.python.org/downloads/2.7版本要添加pathpip下载在python2.7,pip添加环境变量,找到python下的scrip,添加至path下,记得后面加上分号。pip在python3.7,默认就有 pip3安装seleniumpip install selenium...原创 2019-11-29 19:36:39 · 213 阅读 · 0 评论 -
firefox各版本下载
https://ftp.mozilla.org/pub/firefox/releases/64位:https://ftp.mozilla.org/pub/firefox/releases/65.0.2/win64/zh-CN/Firefox%20Setup%2065.0.2.exe原创 2019-11-28 22:54:32 · 254 阅读 · 0 评论 -
版本对照
web driver: (Windows环境下)Firefox(上一目录可以找其他浏览器的driver) :1)http://npm.taobao.org/mirrors/geckodriver/2)https://github.com/mozilla/geckodriver/releasesChrome:http://chromedriver.storage.googleapis.com...原创 2019-11-28 22:50:54 · 127 阅读 · 0 评论 -
selenium jar包 的下载地址,各版本都有,包括selenium-server-standalone.jar、selenium、selenium-server
http://selenium-release.storage.googleapis.com/index.html原创 2019-11-25 20:55:00 · 1294 阅读 · 0 评论 -
mysql5.5的安装
https://www.cnblogs.com/solargen/p/6835399.html转载 2019-11-13 19:19:23 · 138 阅读 · 1 评论 -
自动化-数据驱动测试
数据驱动测试logging日志对象设置本文链接:https://blog.youkuaiyun.com/qq_18808965/article/details/755455531、打印到控制台并输出到日记文件中方法import logging# 创建一个loggerlogger = logging.getLogger('mylogger')logger.setLevel(logging.DEBUG...转载 2019-11-11 21:56:02 · 153 阅读 · 0 评论