[wtr-general] Re: Handling popups without using click_no_wait

2010-05-09 Thread satish
Hello, If you are using version 26 you should see following when you do ruby -v. See for patch level here. it should be 111. I had same problem earlier. Once installed back version 26 I was fine. ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] Thanks Satish On May 6, 12:56 am, Rats

[wtr-general] Re: Handling popups without using click_no_wait

2010-05-06 Thread Jarmo Pertman
But why cannot you get click_no_wait working? I've made a little blog post about debugging the problems with click_no_wait. Maybe you can give it a try to see some specific reasons. http://www.itreallymatters.net/post/378669758/debugging-watirs-click-no-wait-method-problems Also, there is a

[wtr-general] Re: Handling popups without using click_no_wait

2010-05-05 Thread Rats
On May 6, 6:02 am, Etsap aaron.di...@gmail.com wrote: Make sure you are using Ruby 1.8.6-26, not 1.8.6-27. Can you please tell me how I can check this? Thanks. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because

[wtr-general] Re: Handling popups without using click_no_wait

2010-05-05 Thread Betsy
typing ruby -v on the command prompt gives us ruby version till say 1.8.6, but how do we check for 26/27? @Rats - You can probably try out Autoit to be able to handle popups without using click_no_wait. -Betsy Joy On May 6, 9:56 am, Rats crapats...@yahoo.com.au wrote: On May 6, 6:02 am, Etsap