Re: [wtr-general] click_no_wait() is not working

2010-07-26 Thread Raveendran P
Hi Soori, http://raveendran.wordpress.com/2010/06/08/watir-click_no_wait-for-checkbox/If your_ruby_version != 1.8.6-26_patch level 111 URL -- http://raveendran.wordpress.com/2010/06/08/watir-click_no_wait-for-checkbox/ Please install the recommended version to fix the issue else Please

[wtr-general] click_no_wait() is not working

2010-07-22 Thread Soori
All, I am trying to click a link which will ask a confirmation pop-up with OK and Cancel option. I am using the following code and I am not getting the pop-up while executing the script. require 'test/unit' require 'rubygems' require 'win32ole' require 'watir' include Watir require