| watir-recorder:/trunk/WatirRecorder/src/IEHTMLDocumentEvents.cs |
Line History |
History |
latest revision Branch trunk62 annotated / raw | Diffs: previous, other | Lines: 380 ( +5, -5 ) Created: 2008-05-23 11:18:20 -0500 (5 months 29 days ago) | Author: alex.elder | Changeset: 62 Added files can now be added by dragging them into the RichTextBox.Also, there's some unfinished browser-selection code. It's not visible at the moment so it's not obtrusive.
59 annotated / raw | Diffs: previous, other | Lines: 380 ( +26, -2 ) Created: 2008-05-23 09:59:54 -0500 (5 months 29 days ago) | Author: alex.elder | Changeset: 59 Added basic assertion support. Users can click+drag the text they require to be present. Clicking the "Assert", button will add appropriate Ruby/Watir code.
58 annotated / raw | Diffs: previous, other | Lines: 356 ( +17, -13 ) Created: 2008-05-22 19:03:53 -0500 (6 months ago) | Author: alex.elder | Changeset: 58 Added inner text capabilities for anchors (links). It now attempts to use an anchors inner-text value before using the HREF value.
57 annotated / raw | Diffs: previous, other | Lines: 352 ( +12, -1 ) Created: 2008-05-22 07:25:49 -0500 (6 months ago) | Author: alex.elder | Changeset: 57 The order of preference when outputting anchor element clicks has been revised. Previously, all anchor "clicks", used the "href", as the only method of identification. This has since been improved and now links will be first be identified by their ID attribute. If this doesn't exist, it references their NAME attribute, and failing that it falls back to the HREF attribute.
56 annotated / raw | Diffs: previous, other | Lines: 341 ( +18, -1 ) Created: 2008-05-21 10:51:56 -0500 (6 months ago) | Author: alex.elder | Changeset: 56 Added textarea event support to the recorder.
13 new/moved annotated / raw | Diffs: previous, other | Lines: 324 ( +324, -0 ) Created: 2007-02-13 11:24:59 -0600 (21 months ago) | Author: shanselman | Changeset: 13 Moved from: trunk/CSharp/src/IEHTMLDocumentEvents.cs 3 MovinMoving around to make room for Watir and Watin Recorder
Tags: 1.0.1 3 new annotated / raw | Lines: 324 ( +324, -0 ) Created: 2006-08-25 17:13:26 -0500 (2 years 2 months ago) | Author: shanselman | Changeset: 3 Moved to: trunk/WatirRecorder/src/IEHTMLDocumentEvents.cs 13 Adding version 1.0.0 of WatirRecorder (CSHARP)
Tags: 1.0.0 |