Files | Admin

Notes:

Release Name: 1.1

Notes:
Release Notes for Watir 1.1
---------------------------

This release was mostly refactoring and renaming methods from the old camelCase format to the more ruby-like
snake_case format

In your tests, all references to camelCase ( such as pageContainsText ) should be removed, and replaced with the snake_case format


These were the additional new features that were added in this release:

Added table modifications to allow table[][].button.click syntax. 
Also to allow creation of a table from an object that belongs to it
added span
Added new error checkers
added switches to turn off spinner
made goto method return the download time
IE#title now works correctly for local files
Added FileField object.  
added :title as a way of finding divs



Changes: