downloadFile
通过使用downloadFile
命令,从运行 Selenium 节点的远程计算机下载文件到本地文件系统。
信息
请注意,仅当您使用带有 Chrome、Edge 或 Firefox 的Selenium Grid并在功能中设置了se:downloadsEnabled
标志时,才支持此命令。
用法
browser.downloadFile(fileName, targetDirectory)
参数
名称 | 类型 | 详情 |
---|---|---|
fileName | 字符串 | 远程文件路径 |
targetDirectory | 字符串 | 本地计算机上的目标位置 |