There shouldn't be any need to downgrade. Refer to my old blog post about debugging click_no_wait to see if you get any better information: http://itreallymatters.net/post/1366392123/debugging-and-improving-watirs-click-no-wait-method#.UMCuJoOgnvA
You can also see my answer at http://stackoverflow.com/questions/13697758/click-no-wait-doesnt-act-click although it hasn't solved the problem for original poster yet. Jarmo Pertman ----- IT does really matter - http://itreallymatters.net On Saturday, December 8, 2012 7:57:53 AM UTC+2, sivam wrote: > > Sorry for the late reply... im having Ruby 1.9.3.. dont we have any other > way to handle except downgrade to 1.9.2? > > On Wednesday, 28 November 2012 21:53:30 UTC+5:30, Champ wrote: >> >> What version of ruby are you using? I had the same issue with ruby 1.9.3 >> and a downgrade to 1.9.2 resolved it. >> >> -Champ >> >> On Wednesday, November 28, 2012 7:21:29 AM UTC-5, sivam wrote: >>> >>> Hi All, >>> >>> Recently i have moved to Watir Classic and i have moved esspecially for >>> handling the pop up windows. For handling the popup windows we have to use >>> click_no_wait.. But for me it is just clicking on that button but nothing >>> happening for me.. And some where i got the below code to verify the >>> click_no_wait. But still it clicking but nothing happening for me. Simply i >>> can see some flash on the button. Any help on this? >>> >>> require 'watir' >>> b = Watir::Browser.start " >>> www.w3schools.com/js/tryit.asp?filename=tryjs_alert" >>> b.frame(:name, "view").button(:text, "Show alert box").click_no_wait >>> >> -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com