Have you tired just using sleep after you have selected the option from the select list? Ex. @br.select_list(:index,2).select <item> sleep 3
On Wed, Dec 19, 2012 at 2:48 PM, Marco Antonio Mamani Espinoza <[email protected]> wrote: > I am doing some automation in my application, in one part there is a select > list which fires an event on change, when I try to select an option there it > is popup a window with a button in it ("OK"). The bad thing is that Watir > keeps waiting something when I select an option. I need something like > click_no_wait for select lists. > > Please help me with this issue, I tried some solutions in posted in the web. > BTW, I am using ruby 1.8 with watir 1.9 > > Regards, > MArco > > -- > 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]
