On Thu, Nov 8, 2012 at 4:44 PM, Nicolas <[email protected]> wrote: > As you can't see, the deeper div is a js text field with autocompletion etc > But I don't manage to set anything in it with Watir.
Well, you can not actually enter text into div, right? Try this: browser.div(:id => "yui_3_3_0_1_1352386979117_185365").send_keys "some text" Željko -- filipin.eu -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
