| watir:/trunk/watir/ |
hide Line HistoryConstraint |
Changelog
1685
by jarib on
07 February 2009, 10:46:25 -0600
(13 months ago)
Add support for <strong> element.
./lib/watir/collections.rb
1685
./lib/watir/container.rb
1685
./lib/watir/non_control_elements.rb
1685
1684
by jarib on
07 February 2009, 06:07:12 -0600
(13 months ago)
Add support for using a Regexp as the third argument (value) when locating checkboxes/radio buttons.
./lib/watir/locator.rb
1684
./unittests/checkbox_test.rb
1684
1683
by bret on
05 February 2009, 19:01:14 -0600
(13 months ago)
fixing rakefile so that we can build rdoc.
./rakefile.rb
1683
1682
by charley on
01 February 2009, 14:30:54 -0600
(13 months ago)
Adding Derek Berner's patch for winclicker fix. http://jira.openqa.org/browse/WTR-279
and basic reformatting.
./lib/watir/winClicker.rb
1682
1662
by jarib on
15 December 2008, 14:57:40 -0600
(15 months ago)
Some camelCase => snake_case renames (with aliasing).
Image#fileCreatedDate => file_created_date Image#fileSize => file_size Image#hasLoaded? => loaded? SelectList#getAl…
./lib/watir/camel_case.rb
1662
./lib/watir/container.rb
1662
./lib/watir/image.rb
1662
./lib/watir/input_elements.rb
1662
1660
by jarib on
15 December 2008, 14:57:13 -0600
(15 months ago)
Add ElementCollections#size as alias of length(). Indentation cleanup in MozillaBaseElement.rb
Test pending.
./lib/watir/collections.rb
1660
1659
by jarib on
15 December 2008, 14:56:58 -0600
(15 months ago)
Add execute_script() - needs test(s)
./lib/watir/ie-class.rb
1659
1658
by jarib on
15 December 2008, 14:56:44 -0600
(15 months ago)
Hidden#visible? should always return false
./lib/watir/input_elements.rb
1658
1656
by jarib on
14 December 2008, 08:41:26 -0600
(15 months ago)
Add support for definition lists.
./lib/watir/collections.rb
1656
./lib/watir/container.rb
1656
./lib/watir/non_control_elements.rb
1656
1655
by bret on
12 December 2008, 15:46:32 -0600
(15 months ago)
patch from jarib to fix non-us-english bug
./unittests/form_test.rb
1655
1654
by bret on
10 December 2008, 12:42:53 -0600
(15 months ago)
minor change -- testing rubymine, actually
./unittests/filefield_test.rb
1654
1638
by bret on
03 December 2008, 11:33:05 -0600
(15 months ago)
merge code from branches/attach to trunk
./lib/watir/ie-class.rb
1638
./unittests/speed_settings_test.rb
1638
./unittests/windows/attach_to_existing_window_test.rb
1638
./unittests/windows/attach_to_new_window_test.rb
1638
./unittests/windows/modal_dialog_test.rb
1638
1634
by bret on
02 December 2008, 16:53:28 -0600
(15 months ago)
Final cleanup of window tests. They now run clean for me (on my machine, at least).
./unittests/setup.rb
1634
./unittests/window_tests.rb
1634
1632
by bret on
02 December 2008, 16:20:47 -0600
(15 months ago)
Mark known failures in window tests. Move some troubled tests to unittests/other.
./unittests/windows/jscriptExtraAlert.rb
1632
./unittests/windows/jscriptExtraConfirmCancel.rb
1632
./unittests/windows/jscriptExtraConfirmOk.rb
1632
./unittests/windows/jscriptPushButton.rb
1632
./unittests/windows/jscript_test.rb
1632
1631
by bret on
02 December 2008, 16:11:39 -0600
(15 months ago)
Fix load path. (I'm still seeing two failures with this test.)
./unittests/windows/new_test.rb
1631
1630
by bret on
02 December 2008, 16:05:12 -0600
(15 months ago)
Bump timeout. Make sure default timeout is reset in teardown.
1617
by bret on
24 November 2008, 14:53:04 -0600
(15 months ago)
ElementCollections (e.g. browser.divs) are not "enumerable" in FireWatir (like Watir).
./unittests/div_test.rb
1617
1616
by bret on
19 November 2008, 12:16:43 -0600
(15 months ago)
Add FireFox::SelectList#set as alias for #select (and tests).
Fixes http://jira.seleniumhq.org/browse/WTR-271
./unittests/selectbox_test.rb
1616
1615
by bret on
19 November 2008, 11:35:52 -0600
(15 months ago)
whitespace cleanup
./unittests/selectbox_test.rb
1615
1611
by bret on
13 November 2008, 09:59:31 -0600
(16 months ago)
fix for problem with "enabled_popup" reported by Jonathan Weston.
http://groups.google.com/group/watir-general/browse_thread/thread/f3d3d8f6023890cb/016c62b5a5ff6fb6
1610
by bret on
12 November 2008, 15:43:53 -0600
(16 months ago)
added links to community page with the jira buglist and the notes on how to contribute. added rake targets for publishing this.
./watir_release.txt
1610
1608
by Jim Matthews on
11 November 2008, 11:00:22 -0600
(16 months ago)
Second step in moving watir-common to commonwatir.
./NEWCHANGES
1608
./bin/watir-console
1608
./unittests/setup.rb
1608
./unittests/windows/jscriptExtraAlert.rb
1608
./unittests/windows/jscriptPushButton.rb
1608
1604
by charley on
07 November 2008, 16:26:46 -0600
(16 months ago)
Removing visible.rb, it's now in watir.
./lib/watir/contrib/visible.rb
1604
1603
by Jim Matthews on
07 November 2008, 16:21:48 -0600
(16 months ago)
Update rakefiles to correctly run tests.
./rakefile.rb
1603
1602
by Jim Matthews on
07 November 2008, 15:30:00 -0600
(16 months ago)
Commit test.
./rakefile.rb
1602
1601
by bret on
07 November 2008, 11:09:47 -0600
(16 months ago)
Fix for error in "rake test": "uninitialized constant Watir::Exception" reported by Marek J.
./rakefile.rb
1601
1600
by bret on
06 November 2008, 16:55:13 -0600
(16 months ago)
Updates to wtr.rubyforge.org source files. Everything has been updated but the install page.
./watir_release.txt
1600
1599
by charley on
06 November 2008, 11:58:05 -0600
(16 months ago)
Adding support for visible? and associated common test. Submitted by Tony for
http://jira.openqa.org/browse/WTR-262
./lib/watir/element.rb
1599
|