I\'m trying to setup new text into a text field using Watir. The text field is placed inside iframe.
Another working solution browser.frame(:id => "iFrameID").text_field(:id => /TextField/).set "data"
HTH