无法使用Watir上传文件

时间:2015-05-27 15:39:01

标签: ruby watir

我正在尝试通过运行自动化脚本来上传文件,但我无法这样做,有人可以帮我这些吗

系统配置

 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>

Following is the image on the web

1 个答案:

答案 0 :(得分:0)

BROWSER.file_field.set("/path/to/file.xls") if File.exist? "/path/to/file.xls"

如有必要,请在set方法之前检查文件类型。