Hello everyone! I'm happy to announce that Watir 4.0.1 has been released.
Add this into your Gemfile: gem "watir", "~>4.0.1" or install it manually with: gem install watir Then in your test file: require "watir" browser = Watir::Browser.new Changes: * Add support for Watir::Browser.start, Watir::Browser.attach and any other Watir::Browser methods. Refer to the additional usage at the readme: https://github.com/watir/watir/blob/master/README.md With Best Regards, Jarmo Pertman
_______________________________________________ Wtr-development mailing list Wtr-development@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-development