Have you tired just using sleep after you have selected the option
from the select list?
Ex.
@br.select_list(:index,2).select
sleep 3
On Wed, Dec 19, 2012 at 2:48 PM, Marco Antonio Mamani Espinoza
wrote:
> I am doing some automation in my application, in one part there is a select
> list which f
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
li