09 2020 档案

摘要:ddt 安装 pip install ddt 示例: 1 from ddt import ddt, data, unpack 2 import unittest 3 4 5 @ddt # ddt是用来装饰类的,需要与data装饰器一起使用 6 class test01(unittest.TestCa 阅读全文
posted @ 2020-09-10 19:26 yanerfree 阅读(269) 评论(0) 推荐(0) 编辑
摘要:解决方法: 设置二进制文件地址: 1 options = webdriver.ChromeOptions() 2 options.binary_location = r"C:\Users\Administrator\AppData\Local\Google\Chrome\Application\ch 阅读全文
posted @ 2020-09-02 15:23 yanerfree 阅读(2087) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示