[wtr-general] Re: will watir-1.6.2 support pop-up message

2009-01-31 Thread infoDrone
I think you need to use the click_no_wait method on your button try ie.button(:value,Add).click_no_wait and see if that helps :) On Jan 30, 6:43 am, malar malar.je...@gmail.com wrote: Hi, i am having Ruby-186.26  and watir-1.6.2 in my system. will watir-1.6.2  support pop-up message?

[wtr-general] Re: will watir-1.6.2 support pop-up message

2009-01-31 Thread gem dandy
Hello Malar, Here is an example of what works for me. I've added '.flash' to the button clicks make it easy follow. As infoDrone mentioned, click_no_wait must be used on the button that precedes the popup. You may need to adjust 'waitTime = 30'. It takes a while for the popup to appear - just be

[wtr-general] Re: will watir-1.6.2 support pop-up message

2009-01-31 Thread malar b
Hi, Thank u so much.. i followed ur code,my program is working now --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before

[wtr-general] Re: will watir-1.6.2 support pop-up message

2009-01-31 Thread malar b
Hi, I added this line in my program it s workin now thank u --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting,