我正在尝试通过运行自动化脚本来上传文件,但我无法这样做,有人可以帮我这些吗
系统配置
Windows:7
Ruby:1.8.7
The HTML code is as below
<td id="fileNameArea" colspan="2">
<br>
Set up File
<input id="file" type="file" name="file">
</td>
答案 0 :(得分:0)
BROWSER.file_field.set("/path/to/file.xls") if File.exist? "/path/to/file.xls"
如有必要,请在set
方法之前检查文件类型。