Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 1684 1494 1276 attach 1621

latest revision Branch trunk

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

Created: 2009-02-07 06:07:12 -0600 (13 months ago) | Author: jarib | Changeset: 1684

Add support for using a Regexp as the third argument (value) when locating checkboxes/radio buttons.

1494 annotated / raw | Diffs: previous, other | Lines: 161 ( +32, -33 )

Created: 2008-10-08 17:16:11 -0500 (17 months ago) | Author: bret | Changeset: 1494

I think this gives us multiple attribute support for input elements in Watir. I still have some more testing to do to be sure...

Three cheers for the unit test we wrote yesterday based on Hugh's example. Today's refactoring broke yesterday's fix to the performance problem, but that test found it. This commit fixes it (again).

Branch point for: attach

Tags: watir-1.6.0 watir-1.6.1 watir-1.6.2

1493 annotated / raw | Diffs: previous, other | Lines: 162 ( +37, -25 )

Created: 2008-10-08 16:41:44 -0500 (17 months ago) | Author: bret | Changeset: 1493

Refactoring input location in prep for adding multiple attribute support.

1486 annotated / raw | Diffs: previous, other | Lines: 150 ( +9, -7 )

Created: 2008-10-07 14:07:30 -0500 (17 months ago) | Author: bret | Changeset: 1486

Fixes a performance bug in Watir.

http://jira.openqa.org/browse/WTR-193
Previously, we had optimized Watir to find elements by name/id. Some time ago, this optimization broke, and Watir reverted to using the old-fashioned method, which was slow.

It now works, and what is more, there is now a unit test that will detect this kind of problem in the future.

1408 new/moved annotated / raw | Diffs: previous, other | Lines: 148 ( +148, -0 )

Created: 2008-08-28 21:28:09 -0500 (18 months ago) | Author: bret | Changeset: 1408

Moved from: trunk/watir/watir/locator.rb 1302

Moving the watir library files to their new home. And updating the build scripts to find them there.

1302 annotated / raw | Diffs: previous, other | Lines: 148 ( +69, -0 )

Created: 2007-11-07 21:34:17 -0600 (2 years 4 months ago) | Author: bret | Changeset: 1302

Moved to: trunk/watir/lib/watir/locator.rb 1408

Refactoring towards an InputElementsLocator strategy class.

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

Tags: watir-1.5.4

1283 annotated / raw | Diffs: previous, other | Lines: 79 ( +1, -1 )

Created: 2007-10-17 22:16:22 -0500 (2 years 5 months ago) | Author: bret | Changeset: 1283

minor cleanup

Branch point for: tag:watir-1.5.3

1276 new annotated / raw | Lines: 79 ( +79, -0 )

Created: 2007-10-11 14:36:28 -0500 (2 years 5 months ago) | Author: bret | Changeset: 1276

More breaking out code from the big-ass watir.rb file.

latest revision Branch attach

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

Created: 2008-12-01 22:12:40 -0600 (15 months ago) | Author: bret | Changeset: 1621

Branch for work on making attach compatible.