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

-- 
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]

Reply via email to