51Testing软件测试论坛
标题:
如何处理文件上传和下载?
[打印本页]
作者:
测试积点老人
时间:
2024-6-7 09:29
标题:
如何处理文件上传和下载?
回复可见
作者:
kallinr
时间:
2024-6-11 09:10
学习一下
作者:
海海豚
时间:
2024-6-11 09:49
# 1.导入selenium fromseleniumimportwebdriver fromtimeimportsleep # 2.创建Firefox浏览器配置信息对象,用于存放自定义配置 profile = webdriver.FirefoxProfile() # 3. 配置profile下载相关信息 """ 3.1 指定自定义下载路径,默认只会自动创建一级目录, 如果指定了多级不存在的目录,将会下载到默认路径
作者:
bellas
时间:
2024-6-11 10:22
.导入selenium fromseleniumimportwebdriver fromtimeimportsleep # 2.创建Firefox浏览器配置信息对象,用于存放自定义配置 profile = webdriver.FirefoxProfile() # 3. 配置profile下载相关信息 """ 3.1 指定自定义下载路径,默认只会自动创建一级目录, 如果指定了多级不存在的目录,将会下载到默认路径
作者:
jingzizx
时间:
2024-6-11 14:20
哪个方面的处理
作者:
oliver.tang
时间:
2024-6-11 15:42
upload
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2