Released Watir 1.8.1

Hello, everyone!

Just released Watir 1.8.1!

Changelog is following:

=== IE improvements

  • Added #frames method (Ivan Kabluchkov).
  • Added Frame#exists?, #src, #name and other Element methods (Ivan
    Kabluchkov).
  • Added multiple locators support for #frame method (Ivan Kabluchkov).
  • Added *_no_wait methods (Ivan Kabluchkov).

=== Firefox improvements

  • Nothing

=== General improvements

You can install it with the command:
gem install watir

Or if you’re using OS X or Linux:
gem install firewatir

Jarmo