I want to be able to detect any open browsers before my tests starts running. Does anybody have an idea on how to detect open browsers?
Look at Watir::IE.close_all in watir/close_all.rb in trunk or a recent build. It finds browsers and then closes them.
It is still probably a little buggy and i haven't released any unit tests for it. (I do have some tests for it that test in the context of a particular application.)
Bret
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
