Are you sure you have the terminology right? There's no such thing as a div text field. Whether the text field is created by updating the DOM in JavaScript shouldn't impact your ability to treat it like a regular:
<input type='text'....> On Fri, Nov 9, 2012 at 1:20 AM, Nicolas <[email protected]> wrote: > Hi, thanks for your answer, > > but unfortunately, it doesn't work. > > Le jeudi 8 novembre 2012 17:01:43 UTC+1, Željko Filipin a écrit : >> >> 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] > -- 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]
