I would recommend not use watir's method to close browser, because it has some weird behavior as @closed is reported is true when it is not, so I recommend for effective closing windows, use the Selenium web driver method
So instead of `b.close` use `b.driver.quit` More effective :) --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/166#issuecomment-9523108
_______________________________________________ Wtr-development mailing list Wtr-development@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-development