A new gem is ready for download, this is the latest pull from Subversion source, the gem and bonus zip however carry the Watir version tag of 1230. This gem has the new install process started in 1.5.1.1192, due to a new dependency on other gems.
After downloading the gem, execute the following commands in the same directory as the gem:
> gem install win32-process --include-dependencies
> gem install watir
Changes in this release include:
- New command added: watir-console, typing this at the command-line will create an IRB window, whose history is stored in the 'console.log' file in the same directory that this command is typed in.
- Many changes and defects fixed with the ie process code.
- Added :src support for frames.
- New html elements supported: h1 - h6, uls
- Tweaks to minimize the appearance of the browser when running in invisible mode.
- Patch to fix setting text to maxLength http://jira.openqa.org/browse/WTR-157
- rdoc improvements and additions.