| watir:/trunk/watir/lib/watir/locator.rb |
Line History |
History |
latest revision Branch trunk1684 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 |