×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Ruby
Posted by: Mandisi Makwakwa
Added: May 23, 2018 2:09 PM
Views: 3112
Tags: no tags
  1.  Watir.relaxed_locate = false
  2.  browser.iframe(:id => 'filepicker_dialog').file_field(:index =>0).wait_until(&:enabled?).set(filename)
  3.  Watir.relaxed_locate = true