Last changed: Sep 22, 2006 20:36 by
Bret Pettichord
We have released a new development gem for Watir.
- Fixes all reported bugs with contains_text.
- New Watir::TestCase#verify method (and verify_equal and verify_match).
- The click_no_wait method now works in frames.
- Released new IE.new_process method to 'watir/contrib/ie-new-process'. This starts up a new IE process for each IE window, which is really how it should be done. To close these use IE#kill. Any one getting intermittent RPC errors when opening windows may want to use this instead.
- Several examples have been updated.
- Moved enabled_popup to a new contrib directory.
- Added several tests.
Accompanying this gem is a (new) bonus zip file that contains:
- documentation (user guide)
- rdoc
- examples
- unit tests
For details see the release notes.