Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 1536 1009 973 722 675 124 davids_click_no_wait 1013 modal_dialog 992 984 watir1_4truly 770 watir2_0 687 685

latest revision Branch trunk

1536 annotated / raw | Diffs: previous, other | Lines: 177 ( +25, -26 )

Created: 2008-10-23 15:06:56 -0500 (4 years 6 months ago) | Author: bret | Changeset: 1536

Retag tests which now pass with FireWatir due to fix of "disabled"

Branch point for: attach

Tags: watir-1.6.0 watir-1.6.1 watir-1.6.2

1505 annotated / raw | Diffs: previous, other | Lines: 178 ( +12, -12 )

Created: 2008-10-13 19:26:20 -0500 (4 years 7 months ago) | Author: bret | Changeset: 1505

Reinstate calls to assert_false.

1470 annotated / raw | Diffs: previous, other | Lines: 178 ( +3, -0 )

Created: 2008-09-30 14:36:49 -0500 (4 years 7 months ago) | Author: bret | Changeset: 1470

tagged all watir/ie/core tests that did not work with firewatir.

1417 annotated / raw | Diffs: previous, other | Lines: 175 ( +1, -1 )

Created: 2008-09-03 15:01:44 -0500 (4 years 8 months ago) | Author: bret | Changeset: 1417

Enable watir tests to test firewatir even when executed using the test runner in eclipse.

1391 annotated / raw | Diffs: previous, other | Lines: 175 ( +65, -65 )

Created: 2008-08-27 16:20:37 -0500 (4 years 8 months ago) | Author: bret | Changeset: 1391

replaced '$ie' with 'browser' in the core unit tests.

1348 annotated / raw | Diffs: previous, other | Lines: 175 ( +4, -4 )

Created: 2008-06-03 13:15:00 -0500 (4 years 11 months ago) | Author: bret | Changeset: 1348

test cleanup: replace use_page with goto_page.

Branch point for: tag:watir-1.5.5 tag:watir-1.5.6

1321 annotated / raw | Diffs: previous, other | Lines: 175 ( +4, -4 )

Created: 2008-04-28 00:54:42 -0500 (5 years ago) | Author: bret | Changeset: 1321

Use calls to use_page to make tests more readable and easier to maintain.
With this commit, all the low-hanging fruit has been plucked.

1318 annotated / raw | Diffs: previous, other | Lines: 175 ( +2, -2 )

Created: 2008-04-25 17:43:52 -0500 (5 years ago) | Author: bret | Changeset: 1318

Removing unnecessary "include Watir" statements from tests. Some really need to be "include Watir::Exception" instead. http://jira.openqa.org/browse/WTR-159

1277 annotated / raw | Diffs: previous, other | Lines: 175 ( +1, -1 )

Created: 2007-10-12 22:36:12 -0500 (5 years 7 months ago) | Author: bret | Changeset: 1277

Fix for http://jira.openqa.org/browse/WTR-90

Branch point for: tag:watir-1.5.3

Tags: watir-1.5.4

1078 annotated / raw | Diffs: previous, other | Lines: 175 ( +5, -5 )

Created: 2006-08-23 01:26:08 -0500 (6 years 8 months ago) | Author: inetdavid | Changeset: 1078

Copied to: branches/watir-1.5/unittests/links_test.rb 1233

# Modified click_no_wait and eval_in_spawned_process to support click_no_wait on elements
 in nested frames while still supporting modal dialogs spawned from modal dialogs.

1009 annotated / raw | Diffs: previous, other | Lines: 175 ( +4, -3 )

Created: 2006-05-20 05:15:14 -0500 (7 years ago) | Author: bret | Changeset: 1009

Merged David Schmidt's modal dialog improvements from branches/modal-dialog.
This commit includes some duplicate code that still needs to be removed, particularly two different
classes for modal dialogs (ModalPage and ModalDialog).

Branch point for: davids_click_no_wait tag:watir-1.5.1.1054

973 annotated / raw | Diffs: previous, other | Lines: 174 ( +0, -13 )

Created: 2006-05-01 19:16:03 -0500 (7 years ago) | Author: bret | Changeset: 973

Copied to: branches/modal_dialog/trunk/watir/unittests/links_test.rb 985

added IE.exists? which returns whether the browser still exists. removed Watir::exists? which never worked right anyway.

Branch point for: modal_dialog

962 annotated / raw | Diffs: previous, other | Lines: 187 ( +14, -14 )

Created: 2006-04-19 21:04:26 -0500 (7 years ago) | Author: bret | Changeset: 962

remove assert_false (confuses users who find it's not in Test::Unit::Assert)

960 annotated / raw | Diffs: previous, other | Lines: 187 ( +2, -2 )

Created: 2006-04-19 20:46:00 -0500 (7 years ago) | Author: bret | Changeset: 960

removed extraneous final "()" (consistency)

958 annotated / raw | Diffs: previous, other | Lines: 187 ( +161, -161 )

Created: 2006-04-19 12:59:06 -0500 (7 years ago) | Author: bret | Changeset: 958

reformatted code to use two spaces.

878 annotated / raw | Diffs: previous, other | Lines: 187 ( +3, -3 )

Created: 2005-11-17 23:36:43 -0600 (7 years 6 months ago) | Author: bret | Changeset: 878

replace references to IE#contains_text with IE#text.include?

851 annotated / raw | Diffs: previous, other | Lines: 187 ( +1, -1 )

Created: 2005-09-22 17:15:56 -0500 (7 years 7 months ago) | Author: bret | Changeset: 851

generalize accessors for most remaining elements to be any attribute (all except frames and forms)

845 annotated / raw | Diffs: previous, other | Lines: 187 ( +2, -3 )

Created: 2005-09-15 10:59:34 -0500 (7 years 8 months ago) | Author: bret | Changeset: 845

type is only an attribute for input elements. removed type method from others.

832 annotated / raw | Diffs: previous, other | Lines: 188 ( +9, -0 )

Created: 2005-09-06 00:32:45 -0500 (7 years 8 months ago) | Author: bret | Changeset: 832

fix for bug 1916 (wrong error message for bad attribute) thanks to Alex Verk.

831 annotated / raw | Diffs: previous, other | Lines: 179 ( +39, -41 )

Created: 2005-09-05 23:11:27 -0500 (7 years 8 months ago) | Author: bret | Changeset: 831

refactor tests

826 annotated / raw | Diffs: previous, other | Lines: 181 ( +5, -0 )

Created: 2005-09-01 00:13:29 -0500 (7 years 8 months ago) | Author: bret | Changeset: 826

quick fix for Jared Quinert's bug caused by xml data with id of 'tags'
(it overrides the normal document.all.tags method)
this fixes the specific problem reported; but not the general case (which does not have a ready workaround)

825 annotated / raw | Diffs: previous, other | Lines: 176 ( +73, -72 )

Created: 2005-08-31 23:19:48 -0500 (7 years 8 months ago) | Author: bret | Changeset: 825

refactor tests; whitespace cleanup

817 annotated / raw | Diffs: previous, other | Lines: 175 ( +6, -0 )

Created: 2005-08-26 23:24:54 -0500 (7 years 8 months ago) | Author: pmr16366 | Changeset: 817

addd html and tests for class_name

722 annotated / raw | Diffs: previous, other | Lines: 169 ( +0, -33 )

Created: 2005-07-24 21:26:47 -0500 (7 years 9 months ago) | Author: bret | Changeset: 722

refactor factory methods; back out default attribute code

Branch point for: watir1_4truly

Tags: v1_4 v1_4_1

697 annotated / raw | Diffs: previous, other | Lines: 202 ( +16, -42 )

Created: 2005-06-02 00:56:16 -0500 (7 years 11 months ago) | Author: bret | Changeset: 697

refactorings from watir_2_0 branch. remove refresh.

Tags: before_backing_out_default_attribute_code

675 annotated / raw | Diffs: previous, other | Lines: 228 ( +9, -0 )

Created: 2005-05-24 22:05:07 -0500 (7 years 11 months ago) | Author: pmr16366 | Changeset: 675

support and tests for refresh method

Branch point for: watir2_0

Tags: Root_watir2_0

671 annotated / raw | Diffs: previous, other | Lines: 219 ( +4, -0 )

Created: 2005-05-23 21:01:17 -0500 (7 years 11 months ago) | Author: pmr16366 | Changeset: 671

now clear out global defaul attribute

668 annotated / raw | Diffs: previous, other | Lines: 215 ( +39, -0 )

Created: 2005-05-23 11:55:57 -0500 (7 years 11 months ago) | Author: pmr16366 | Changeset: 668

test for default attribute

611 annotated / raw | Diffs: previous, other | Lines: 176 ( +21, -0 )

Created: 2005-05-06 09:44:17 -0500 (8 years ago) | Author: pmr16366 | Changeset: 611

tests for links in a frame

Tags: v1_31

591 annotated / raw | Diffs: previous, other | Lines: 155 ( +11, -11 )

Created: 2005-05-01 13:30:55 -0500 (8 years ago) | Author: sipea | Changeset: 591

updated show_links test to account for inner text correctly

Tags: v1_3

584 annotated / raw | Diffs: previous, other | Lines: 155 ( +26, -23 )

Created: 2005-04-30 10:26:08 -0500 (8 years ago) | Author: sipea | Changeset: 584

updated the show_link test to use the mock stdout

574 annotated / raw | Diffs: previous, other | Lines: 152 ( +19, -1 )

Created: 2005-04-29 21:59:37 -0500 (8 years ago) | Author: sipea | Changeset: 574

Added test for show_links

532 annotated / raw | Diffs: previous, other | Lines: 134 ( +1, -1 )

Created: 2005-04-04 21:30:09 -0500 (8 years 1 month ago) | Author: pmr16366 | Changeset: 532

added hidden field support, and iterator method

512 annotated / raw | Diffs: previous, other | Lines: 134 ( +11, -3 )

Created: 2005-03-30 12:30:08 -0600 (8 years 1 month ago) | Author: pmr16366 | Changeset: 512

added test for :url and reg exp

Tags: v1_2

507 annotated / raw | Diffs: previous, other | Lines: 126 ( +11, -1 )

Created: 2005-03-29 10:23:04 -0600 (8 years 1 month ago) | Author: pmr16366 | Changeset: 507

Adding title as an attribute

468 annotated / raw | Diffs: previous, other | Lines: 116 ( +18, -0 )

Created: 2005-03-13 12:08:34 -0600 (8 years 2 months ago) | Author: pmr16366 | Changeset: 468

added tests for the links object

463 annotated / raw | Diffs: previous, other | Lines: 98 ( +27, -12 )

Created: 2005-03-12 21:09:01 -0600 (8 years 2 months ago) | Author: pmr16366 | Changeset: 463

added unit tests for properties

448 annotated / raw | Diffs: previous, other | Lines: 83 ( +3, -3 )

Created: 2005-03-11 23:14:31 -0600 (8 years 2 months ago) | Author: pmr16366 | Changeset: 448

update unittests to use train_wreck_case

357 annotated / raw | Diffs: previous, other | Lines: 83 ( +1, -1 )

Created: 2005-01-16 22:46:12 -0600 (8 years 4 months ago) | Author: bret | Changeset: 357

header now indicates whether it is a feature or unit test

Tags: v1_0_4 v1_1

332 annotated / raw | Diffs: previous, other | Lines: 83 ( +1, -1 )

Created: 2005-01-14 00:51:54 -0600 (8 years 4 months ago) | Author: bret | Changeset: 332

put watir library in Watir module

322 annotated / raw | Diffs: previous, other | Lines: 83 ( +1, -1 )

Created: 2005-01-13 18:37:02 -0600 (8 years 4 months ago) | Author: bret | Changeset: 322

changed load path so that error messages are less confusing

Tags: v1_0_3

321 annotated / raw | Diffs: previous, other | Lines: 83 ( +1, -0 )

Created: 2005-01-13 18:00:52 -0600 (8 years 4 months ago) | Author: bret | Changeset: 321

make units executable from command line (again)

316 annotated / raw | Diffs: previous, other | Lines: 82 ( +6, -0 )

Created: 2005-01-12 20:29:16 -0600 (8 years 4 months ago) | Author: pmr16366 | Changeset: 316

added name as a way of finding links

271 annotated / raw | Diffs: previous, other | Lines: 76 ( +0, -1 )

Created: 2005-01-05 17:32:19 -0600 (8 years 4 months ago) | Author: bret | Changeset: 271

removed loadpath statement from unittests

Tags: v1_0_2

251 annotated / raw | Diffs: previous, other | Lines: 77 ( +2, -1 )

Created: 2005-01-03 23:27:36 -0600 (8 years 4 months ago) | Author: bret | Changeset: 251

Recent changes broke the unit tests -- they would only test the watir.rb that was installed.
If none were installed they would fail. In the process regularized all requires.
Also, now you require 'watir' instead of 'watir/watir'
- Added other contributors to readme.txt
- Changed popups_test to use rubyw instead of ruby
- NOTE: all_tests.rb would hang when it included popups_test in the suite -- so i excluded it

Tags: v1_0_0 v1_0_1

240 annotated / raw | Diffs: previous, other | Lines: 76 ( +10, -6 )

Created: 2005-01-02 22:48:39 -0600 (8 years 4 months ago) | Author: pmr16366 | Changeset: 240

changes to accomodate the installer
added tests for patch supplied by Atilla Ozgur for clicking links with IDs

232 annotated / raw | Diffs: previous, other | Lines: 72 ( +2, -0 )

Created: 2004-12-22 15:23:23 -0600 (8 years 4 months ago) | Author: pmr16366 | Changeset: 232

added tests for regexp and links

196 annotated / raw | Diffs: previous, other | Lines: 70 ( +6, -0 )

Created: 2004-11-26 12:05:45 -0600 (8 years 5 months ago) | Author: pmr16366 | Changeset: 196

Added test for showLinks method

189 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -1 )

Created: 2004-11-23 10:14:13 -0600 (8 years 5 months ago) | Author: pmr16366 | Changeset: 189

added a global variable to easily change where the pages are served from

149 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -0 )

Created: 2004-11-11 12:49:21 -0600 (8 years 6 months ago) | Author: bret | Changeset: 149

tests should now be able to run singly from command line again

145 annotated / raw | Diffs: previous, other | Lines: 63 ( +0, -2 )

Created: 2004-11-10 12:44:35 -0600 (8 years 6 months ago) | Author: bret | Changeset: 145

now works with cygwin

144 annotated / raw | Diffs: previous, other | Lines: 65 ( +1, -6 )

Created: 2004-11-10 12:16:01 -0600 (8 years 6 months ago) | Author: bret | Changeset: 144

only one browser when you run all unit tests

139 annotated / raw | Diffs: previous, other | Lines: 70 ( +1, -1 )

Created: 2004-11-10 11:11:05 -0600 (8 years 6 months ago) | Author: bret | Changeset: 139

minor changes --

130 annotated / raw | Diffs: previous, other | Lines: 70 ( +1, -3 )

Created: 2004-10-20 17:44:56 -0500 (8 years 6 months ago) | Author: pmr16366 | Changeset: 130

changed the way we get the directory
xxx_test.rb was working
but
ruby xxx_test.rb would fail

127 annotated / raw | Diffs: previous, other | Lines: 72 ( +13, -0 )

Created: 2004-10-18 14:13:36 -0500 (8 years 7 months ago) | Author: pmr16366 | Changeset: 127

*** empty log message ***

124 new annotated / raw | Lines: 59 ( +59, -0 )

Created: 2004-10-13 23:25:02 -0500 (8 years 7 months ago) | Author: pmr16366 | Changeset: 124

very small test file for links

latest revision Branch davids_click_no_wait

1013 new annotated / raw | Diffs: previous, other | Lines: 175 ( +0, -0 )

Created: 2006-05-22 17:51:07 -0500 (6 years 11 months ago) | Author: inetdavid | Changeset: 1013

create branch for fixing click_no_wait

latest revision Branch modal_dialog

992 annotated / raw | Diffs: previous, other | Lines: 175 ( +4, -3 )

Created: 2006-05-14 19:29:49 -0500 (7 years ago) | Author: inetdavid | Changeset: 992

# Added :hwnd “how” method to attach_to_browser
# Added to_identifier method to Container which creates a string that can be
 used to duplicate an element in another process.
# Modified click_no_wait to use to_identifier.
# Moved click_no_wait to Container as it now works for all Containers.
# Modified eval_in_spawned_process for click_no_wait
# Moved eval_in_spawned_process to Container to make it accessible from all
 Containers.
# Added modal_dialog to Container
# Moved html and text methods from IE to Container to make them available
 to all containers.
# Added hwnd method to Containers and overrode IE.hwnd to get IE.ie.HWND
 from a Watir::IE object.
# Added ModalDialog to allow attaching to modal dialogs.
# Fixed some unit tests using .url which returns a CGI.escaped URL.  Added
 CGI.unescape to .url results so unit tests could pass when the Watir
 repository is in a directory with spaces in the path name.

984 new annotated / raw | Diffs: previous, other | Lines: 174 ( +0, -0 )

Created: 2006-05-12 17:32:52 -0500 (7 years ago) | Author: bret | Changeset: 984

workspace for david schmidt's changes

latest revision Branch watir1_4truly

770 new annotated / raw | Diffs: previous, other | Lines: 169 ( +0, -0 )

Created: 2005-08-20 12:38:49 -0500 (7 years 8 months ago) | Author: no_author | Changeset: 770

This commit was manufactured by cvs2svn to create branch
'watir1_4truly'.

latest revision Branch watir2_0

687 annotated / raw | Diffs: previous, other | Lines: 202 ( +12, -25 )

Created: 2005-05-28 11:14:40 -0500 (7 years 11 months ago) | Author: bret | Changeset: 687

add TableRow#column_count & exists?{} method

686 annotated / raw | Diffs: previous, other | Lines: 215 ( +5, -18 )

Created: 2005-05-28 09:49:11 -0500 (7 years 11 months ago) | Author: bret | Changeset: 686

backed out refresh methods; fixed default_attribute tests

685 new annotated / raw | Diffs: previous, other | Lines: 228 ( +0, -0 )

Created: 2005-05-26 01:32:02 -0500 (7 years 11 months ago) | Author: no_author | Changeset: 685

This commit was manufactured by cvs2svn to create branch 'watir2_0'.