随笔分类 -  UI Automation

摘要:3、 # -*- coding:UTF-8 -*- import os from time import sleep import hashlib import glob DOWNLOAD_PATH = 'D:\\download_file' # 获取文件MD5值 def get_file_md5( 阅读全文
posted @ 2023-06-27 16:20 莲(LIT) 阅读(128) 评论(0) 推荐(0)
摘要:一、测试目录&测试文件 二、代码实现 1、 # -*- coding:UTF-8 -*- import os from time import sleep DOWNLOAD_PATH = 'D:\\download_file' # 检查下载文件 def check_download_file(f): 阅读全文
posted @ 2023-06-20 09:38 莲(LIT) 阅读(165) 评论(0) 推荐(0)