[wtr-general] Re: Select from auto-complete

2009-05-18 Thread Hemalatha Sivasubramaniam
Hi all, we have found out a solution for the query i posted and it is working fine. The solution is browser2.text_field(:class,dojoComboBox).focus() browser2.text_field(:class,dojoComboBox).set T browser2.text_field(:class,dojoComboBox).fire_event('onkeyup')

[wtr-general] Re: Select from auto-complete

2009-04-27 Thread Paul Rogers
you wont be ble to do this with watir at the moment. THe reason is that right now watir doesnt support all the event info on a key press ( most of the time watir works fine) There is some stuff on the wiki that begins to address this -