watir-webdriver 0.5.2 has been released.
Please note that watir-webdriver 0.5.0 brings some backwards incompatible changes:
Watir::Select#selected_options
no longer returns array of strings, but array ofWatir::Option
objects- Finding elements by
:class
now matches partial class attributes.
Additionally, watir-webdriver 0.5.1 removes the following deprecated methods:
element_by_xpath
replaced by.element(:xpath, '...')
elements_by_xpath
replaced by.elements(:xpath, '...')
And deprecates the following methods:
Install it with
gem install watir-webdriver
As usual:
- see build history at travis-ci.org/#!watir/watir/builds (wait for a few seconds until older builds appear)
- see all the changes at github.comwatir/watir/commits/master/
- updated API documentation is at rubydoc.info/gems/watir-webdriver