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]
