Hi! There's no changes file per se, but you can read its README at ( https://github.com/watir/watir/blob/master/README.md). It's functionality is all new.
In short, difference between watir 4 when compared with previous versions is that it is now a fully functional watir meta gem, which installs all appropriate gem dependencies for you - on Windows watir-classic and watir-webdriver, on unix platforms only the latter. In addition it allows you to specify which driver to use loading the specified driver automatically. Do not confuse watir gem with watir-classic or watir-webdriver gem - it is just a gem which ties them all together. Similar approach is used for RSpec, where rspec gem is just a meta gem specifying all necessary dependencies for RSpec to work. Jarmo On Thu, Oct 4, 2012 at 10:10 PM, enroxorz <enrique.j.ma...@gmail.com> wrote: > Hey Jarmo, > > Is there a list of changes available for this release? > > --Enrique > > > On Sunday, September 30, 2012 12:00:34 PM UTC-4, Jarmo Pertman wrote: >> >> Hello everyone! >> >> I'm happy to announce that Watir 4.0 has been released. >> >> Install this gem with the following command: >> >> gem install watir >> >> Then in your test file: >> >> require "watir" >> browser = Watir::Browser.new >> >> Refer to the additional usage at the readme: https://github.com/** >> watir/watir/blob/master/**README.md<https://github.com/watir/watir/blob/master/README.md> >> >> With Best Regards, >> Jarmo Pertman >> > > _______________________________________________ > Wtr-development mailing list > Wtr-development@rubyforge.org > http://rubyforge.org/mailman/listinfo/wtr-development >
_______________________________________________ Wtr-development mailing list Wtr-development@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-development