watir-webdriver 0.5.2 has been released.
Please note that watir-webdriver 0.5.0 brings some backwards incompatible changes:
Watir::Select#selected_optionsno longer returns array of strings, but array ofWatir::Optionobjects- Finding elements by
:classnow matches partial class attributes.
Additionally, watir-webdriver 0.5.1 removes the following deprecated methods:
element_by_xpathreplaced by.element(:xpath, '...')elements_by_xpathreplaced 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
