随笔分类 - 自动化测试
摘要:原代码:with open('D:\zhang2.html','r') as f: content = f.read()part1 = MIMEText(content,'html','utf-8')修改后的代码: with open('D:\zhangshuai2.html','r',encodi
阅读全文
摘要:在输入邮箱用户名和邮箱密码时,邮箱密码是:邮箱授权密码,不是自己设置的密码;用163邮箱举例:按照下图步骤将服务开启后,会出现一个授权密码 ,使用这个密码来登录验证
阅读全文
摘要:import unittestfrom time import sleepfrom selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.common.by im
阅读全文

浙公网安备 33010602011771号