We have released a new development gem
for Watir.
- Open-code calls to def_creator, for easier debugging and rdoc generation of factory methods.
- Winclicker fix for too many callbacks defined error.
- Patch for rspec API changes
- You can now reference an iframe using IE#frame(:id, 'whatever'). Jira 109

- Added 'map' and 'area' element support.
- Moved Watir::Assertions into new file watir/assertions.rb so they can be used outside test cases.
- Fix and unit test for Jira 114
, related to tag in HTML source.
- Added SelectList#include? and SelectList#selected?
- Added Element#visible?
The following changes were made since the last development gem (1.5.1.1105).
Revision: 1129
Author: bret
Date: 12:11:23 AM, Wednesday, November 15, 2006
Message:
try again
Modified : /trunk/website/meta.xml
Revision: 1128
Author: bret
Date: 11:53:28 PM, Tuesday, November 14, 2006
Message:
Attempt to fix bad link mentioned in
http://fearmattdotcom.blogspot.com/2006/10/technology-curmudgeon.html
Modified : /trunk/website/meta.xml
Revision: 1127
Author: angrez
Date: 12:10:26 AM, Thursday, November 09, 2006
Message:
updated function create_rexml_document_object to give correct HTML source as input to REXML by replacing all the instances of with
Modified : /trunk/watir/watir.rb
Revision: 1126
Author: angrez
Date: 12:08:44 AM, Thursday, November 09, 2006
Message:
Unit test case for testing bug 114 in Jira related to tag in HTML source.
Added : /trunk/watir/unittests/xpath_nbsp_test.rb
Revision: 1125
Author: angrez
Date: 12:07:58 AM, Thursday, November 09, 2006
Message:
HTML file for testing bug 114 in Jira related to tag in HTML source.
Added : /trunk/watir/unittests/html/xpath_nbsp.html
Revision: 1124
Author: bret
Date: 5:12:13 PM, Wednesday, November 08, 2006
Message:
Open-code calls to def_creator. This makes it easier to debug and generate rdoc for Watir's factory methods.
Modified : /trunk/watir/watir.rb
Revision: 1123
Author: charley
Date: 9:13:57 AM, Monday, October 30, 2006
Message:
Added ruby style aliases for camel cased methods, removed returns from enum procs for both getWindowHandle and getChildHandle which should fix too many callbacks error from DL.
Modified : /trunk/watir/watir/winClicker.rb
Revision: 1122
Author: bret
Date: 12:44:36 AM, Monday, October 30, 2006
Message:
Patch for rspec API changes from Jim Hollcroft. Thanks Jim!
Modified : /trunk/watir/unittests/other/wait_until_test.rb
Revision: 1121
Author: bret
Date: 8:49:09 PM, Sunday, October 29, 2006
Message:
update rdoc for Watir.attach – add reference to :hwnd
Modified : /trunk/watir/watir.rb
Revision: 1120
Author: charley
Date: 12:53:13 PM, Friday, October 20, 2006
Message:
Changed file_field.set to use autoit instead of winclicker.
Modified : /trunk/watir/watir.rb
Revision: 1119
Author: bret
Date: 12:35:08 PM, Wednesday, October 18, 2006
Message:
You can now reference an iframe using IE#frame(:id, 'whatever').
http://jira.openqa.org/browse/WTR-109
Modified : /trunk/watir/watir.rb
Revision: 1118
Author: bret
Date: 11:44:24 AM, Wednesday, October 18, 2006
Message:
Simplify Frame#locate code.
Modified : /trunk/watir/watir.rb
Revision: 1117
Author: bret
Date: 10:46:40 AM, Wednesday, October 18, 2006
Message:
Fix map test so that it runs as part of a suite.
Modified : /trunk/watir/unittests/map_test.rb
Revision: 1116
Author: bret
Date: 3:02:39 PM, Friday, October 13, 2006
Message:
Added 'map' and 'area' element support.
Added : /trunk/watir/unittests/html/images/map.GIF
Added : /trunk/watir/unittests/html/map_test.html
Added : /trunk/watir/unittests/map_test.rb
Added : /trunk/watir/watir/map.rb
Modified : /trunk/watir/watir.rb
Revision: 1115
Author: bret
Date: 10:49:02 PM, Monday, October 09, 2006
Message:
Added "include Win32" as recommended by Mark Cain and confirmed by Matt Johnson.
Modified : /trunk/watir/watir/contrib/enabled_popup.rb
Revision: 1114
Author: bret
Date: 10:33:13 PM, Monday, October 09, 2006
Message:
reformat
Modified : /trunk/watir/examples/logging/example_logger1.rb
Modified : /trunk/watir/examples/logging/test_logger1.rb
Revision: 1113
Author: bret
Date: 10:32:09 PM, Monday, October 09, 2006
Message:
replaced assert/rescue with if/then
Modified : /trunk/watir/examples/logging/test_logger1.rb
Revision: 1112
Author: bret
Date: 4:58:10 PM, Monday, October 09, 2006
Message:
move Watir::Assertions into new file watir/assertions.rb
(so they can be used outside of test cases, just like Test::Unit::Assertions)
Modified : /trunk/watir/unittests/other/testcase_method_order_test.rb
Added : /trunk/watir/watir/assertions.rb
Modified : /trunk/watir/watir/testcase.rb
Revision: 1111
Author: bret
Date: 2:43:44 PM, Friday, October 06, 2006
Message:
added SelectList#include? and SelectList#selected? (Bret and Jim Matthews pairing)
Modified : /trunk/watir/unittests/selectbox_test.rb
Modified : /trunk/watir/watir.rb
Revision: 1110
Author: bret
Date: 2:00:35 PM, Wednesday, October 04, 2006
Message:
comment
Modified : /trunk/watir/watir.rb
Revision: 1109
Author: charley
Date: 1:08:31 PM, Monday, October 02, 2006
Message:
Adding failing test case for using iframes by id, inspired by Chris McMahon.
Modified : /trunk/watir/unittests/frame_test.rb
Modified : /trunk/watir/unittests/html/iframeTest.html
Revision: 1108
Author: bret
Date: 5:44:48 PM, Tuesday, September 26, 2006
Message:
Element#visible? as documented on the wiki (code by David Schmidt).
Added : /trunk/watir/watir/contrib/visible.rb
Revision: 1107
Author: charley
Date: 11:11:55 AM, Tuesday, September 26, 2006
Message:
Moving the buttons of type=image up from the forms into input types where it makes more sense.
Modified : /trunk/website/watir_user_guide.html
Revision: 1106
Author: bret
Date: 4:42:07 PM, Sunday, September 24, 2006
Message:
minor reorg of Watir::TestCase tests
Added : /trunk/watir/unittests/other/testcase_method_order_test.rb
Added : /trunk/watir/unittests/other/testcase_verify_test.rb
Deleted : /trunk/watir/unittests/testcase
Revision: 1105
Author: charley
Date: 6:05:28 PM, Friday, September 22, 2006
Message:
Adding pkg directory if it doesn't exist.
Modified : /trunk/watir/rakefile.rb