Hello everyone!
I’m happy to announce that Watir-Classic 3.2.0 has been released!
Changes:
- Add
Element#browser
method as an alias forElement#page_container
. - Fix
SelectList#{select|clear}
to fireonChange
events forelement.
Watir::Browser
is now aclass
instead of amodule
- beware if you're monkey-patching.
As usual:
- Put it into your Gemfile:
gem "watir-classic"
- Or install it manually with:
gem install watir-classic
- see all the changes at github.com/watir/watir-classic/commits/master
- updated API documentation is at rubydoc.info/gems/watir-classic