| watir:/ |
hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
1685
by jarib on
07 February 2009, 10:46:25 -0600
(13 months ago)
Add support for <strong> element.
trunk/commonwatir/unittests/html/phrase_elements.html
1685
trunk/commonwatir/unittests/strong_test.rb
1685
trunk/firewatir/lib/firewatir/htmlelements.rb
1685
trunk/watir/lib/watir/collections.rb
1685
trunk/watir/lib/watir/container.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.
trunk/firewatir/lib/firewatir/container.rb
1684
trunk/firewatir/lib/firewatir/mozilla_base_element.rb
1684
trunk/firewatir/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.
trunk/watir/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.
trunk/watir/lib/watir/winClicker.rb
1682
1681
by angrez on
28 January 2009, 09:09:26 -0600
(13 months ago)
changed code to use document_var, body_var, window_var, browser_var instead of "document", "body", "window", "browser" variables.
All these variables are defined in firefox.rb & htmlelements.rb (in fr…
trunk/firewatir/lib/firewatir/firefox.rb
1681
trunk/firewatir/lib/firewatir/htmlelements.rb
1681
trunk/firewatir/lib/firewatir/mozilla_base_element.rb
1681
1680
by Jim Matthews on
27 January 2009, 16:27:00 -0600
(13 months ago)
Whitespace commit to test automatic triggering of firewatir tests with ci_reporter changes.
trunk/Rakefile
1680
1679
by Jim Matthews on
27 January 2009, 15:39:26 -0600
(13 months ago)
Get ci_reporter working for firewatir tests.
trunk/Rakefile
1679
1678
by Jim Matthews on
27 January 2009, 13:58:19 -0600
(13 months ago)
Whitespace commit to test automatic triggering of firewatir tests.
trunk/Rakefile
1678
1677
by Jim Matthews on
27 January 2009, 13:31:01 -0600
(13 months ago)
Set up CruiseControl so that Firefox tests are run after as successful Watir build.
trunk/Rakefile
1677
1676
by angrez on
27 January 2009, 04:11:02 -0600
(13 months ago)
changed code to replace every quote (") in xpath query with (\") so that it doesn't give error while executing the xpath query
trunk/firewatir/lib/firewatir/mozilla_base_element.rb
1676
1675
by Jim Matthews on
25 January 2009, 22:41:25 -0600
(13 months ago)
Copy the transform-results.xls file to the results directory. Otherwise, it seems that it cannot find the XLS file if you try to examine the results from another system.
trunk/Rakefile
1675
1674
by Jim Matthews on
25 January 2009, 22:13:42 -0600
(13 months ago)
Update the rakefile to insert the XLS reference in each of the CI Reporter output XML files.
trunk/Rakefile
1674
1673
by Jim Matthews on
25 January 2009, 21:30:44 -0600
(13 months ago)
Trying to figure out why the build is not working.
trunk/Rakefile
1673
1672
by Jim Matthews on
25 January 2009, 21:16:11 -0600
(13 months ago)
Update the rakefile to insert the XLS reference in each of the CI Reporter output XML files.
trunk/Rakefile
1672
1671
by Jim Matthews on
25 January 2009, 20:45:02 -0600
(13 months ago)
Update the rakefile to insert the XLS reference in each of the CI Reporter output XML files.
trunk/Rakefile
1671
1670
by Jim Matthews on
25 January 2009, 20:34:07 -0600
(13 months ago)
Adding the xls file to improve the CI reporting.
trunk/transform-results.xsl
1670
1669
by charley on
24 January 2009, 13:39:49 -0600
(13 months ago)
Added Chrome on Windows and Flash testing on Firefox to Watir's family of libraries.
trunk/doc/src/index.page
1669
1668
by charley on
24 January 2009, 13:34:07 -0600
(13 months ago)
Adding additional projects - ChromeWatir and Flash testing.
trunk/doc/src/platforms.page
1668
1667
by charley on
24 January 2009, 13:01:39 -0600
(13 months ago)
Added Alister Scott - wiki master - as a contributor.
trunk/doc/src/community.page
1667
1666
by angrez on
20 January 2009, 23:30:59 -0600
(13 months ago)
changed code to add event handler which resets the context of document when page gets loaded automatically
trunk/firewatir/lib/firewatir/firefox.rb
1666
1665
by bret on
15 January 2009, 13:31:04 -0600
(14 months ago)
fix for move_ci_reports rake task.
trunk/Rakefile
1665
1664
by Jim Matthews on
15 January 2009, 12:43:23 -0600
(14 months ago)
Set up Cruise Control to include ci Reporter files.
trunk/Rakefile
1664
1663
by bret on
17 December 2008, 23:55:39 -0600
(14 months ago)
add whitespace to help lastobelius test git-svn rebase
trunk/Rakefile
1663
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…
trunk/firewatir/lib/firewatir/htmlelements.rb
1662
trunk/firewatir/lib/firewatir/mozilla_base_element.rb
1662
trunk/watir/lib/watir/camel_case.rb
1662
trunk/watir/lib/watir/container.rb
1662
trunk/watir/lib/watir/image.rb
1662
1661
by jarib on
15 December 2008, 14:57:23 -0600
(15 months ago)
Fix MozillaBaseElement.rb => mozilla_base_element.rb
trunk/firewatir/lib/firewatir.rb
1661
trunk/firewatir/lib/firewatir/MozillaBaseElement.rb
1661
trunk/firewatir/lib/firewatir/mozilla_base_element.rb
1661
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.
trunk/firewatir/lib/firewatir/MozillaBaseElement.rb
1660
1659
by jarib on
15 December 2008, 14:56:58 -0600
(15 months ago)
Add execute_script() - needs test(s)
1658
by jarib on
15 December 2008, 14:56:44 -0600
(15 months ago)
Hidden#visible? should always return false
trunk/commonwatir/unittests/html/visibility.html
1658
trunk/commonwatir/unittests/visibility_test.rb
1658
trunk/firewatir/lib/firewatir/htmlelements.rb
1658
1657
by jarib on
15 December 2008, 14:56:27 -0600
(15 months ago)
Add top-level rake task for testing all browsers.
* `rake test` will run both test_ie and test_ff
trunk/Rakefile
1657
1656
by jarib on
14 December 2008, 08:41:26 -0600
(15 months ago)
Add support for definition lists.
trunk/commonwatir/unittests/dd_test.rb
1656
trunk/commonwatir/unittests/dl_test.rb
1656
trunk/commonwatir/unittests/dt_test.rb
1656
trunk/commonwatir/unittests/html/definition_lists.html
1656
trunk/firewatir/lib/firewatir/container.rb
1656
|