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. [email protected] http://groups.google.com/group/watir-general [email protected]
