摘要: 显示本地所有证书:运行cmd命令 certmgr.msc 读取本地证书信息:certutil -store root # 受信任的根证书颁发机构 certutil -store -user My # 个人 certutil -store -user AddressBook # 其他人 certuti 阅读全文
posted @ 2017-12-04 17:43 心陌 阅读(4649) 评论(0) 推荐(0) 编辑
摘要: # coding:utf-8import osimport timefrom selenium import webdriver #引入selenium自动化测试包from selenium.webdriver.support.ui import Select #通过select选择定位下拉框fro 阅读全文
posted @ 2017-12-04 17:41 心陌 阅读(373) 评论(0) 推荐(0) 编辑