[wtr-general] How do I set an input MULTIPLE files with Watir?

2013-04-15 Thread Karoline Leite
Hi ! I'm trying to use an INPUT FILE, but I'm receiving error like unable to locate {:name=original, :tag_name=input, :type=file} My page has an DIV with an FORM, and the FORM has an INPUT FILE element. The input file has an attribute MULTIPLE... I'm trying: *@browser.div(:class, ui-dialog

Re: [wtr-general] How do I set an input MULTIPLE files with Watir?

2013-04-15 Thread Željko Filipin
On Mon, Apr 15, 2013 at 5:07 PM, Karoline Leite karolxavierle...@gmail.comwrote: How do I set this input file ? This worked for me: browser.file_field(:name = original).set /path/to/file Željko -- https://leanpub.com/watirbook -- -- Before posting, please read http://watir.com/support. In