Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 1146 1104

latest revision download Branch trunk

1146 annotated / raw | Diffs: previous, other | Lines: 82 ( +10, -4 )

Created: 2008-11-17 08:41:39 +0200 (49 days ago) | Author: msibakov | Changeset: 1146

by overriding closeBrowserAfterTest is possible to have functionality that browser is not closed on destroy(). That helps writing new specs.

Branch point for: 1.1.0

Tags: 1.1.0

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

Created: 2008-11-16 22:52:13 +0200 (50 days ago) | Author: karemo | Changeset: 1145

Removed pointless catch block.

1144 annotated / raw | Diffs: previous, other | Lines: 78 ( +12, -7 )

Created: 2008-11-16 11:32:49 +0200 (50 days ago) | Author: msibakov | Changeset: 1144

changed visibility of onBeforeCreate
added try-catch to destroy()

1143 annotated / raw | Diffs: previous, other | Lines: 73 ( +8, -0 )

Created: 2008-11-15 00:25:20 +0200 (52 days ago) | Author: msibakov | Changeset: 1143

added template methods onBeforeCreate() and onBefereDestroy()

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

Created: 2008-11-13 09:26:30 +0200 (53 days ago) | Author: msibakov | Changeset: 1142

added support for child windows. changed to use quit() instead of close() because quit() does not close child windows.

1138 annotated / raw | Diffs: previous, other | Lines: 65 ( +2, -2 )

Created: 2008-11-12 21:36:40 +0200 (54 days ago) | Author: mhjort | Changeset: 1138

Changed create and destroy visibility to final. Derived classes should not override these methods anymore. Derived classes should override onCreate and onDestroy instead.

1134 annotated / raw | Diffs: previous, other | Lines: 65 ( +10, -7 )

Created: 2008-10-30 19:48:49 +0200 (2 months 6 days ago) | Author: karemo | Changeset: 1134

Extracted method.

1125 annotated / raw | Diffs: previous, other | Lines: 62 ( +1, -4 )

Created: 2008-10-27 20:22:36 +0200 (2 months 9 days ago) | Author: karemo | Changeset: 1125

Removed pointless if.

1120 annotated / raw | Diffs: previous, other | Lines: 65 ( +8, -2 )

Created: 2008-10-27 14:19:16 +0200 (2 months 9 days ago) | Author: msibakov | Changeset: 1120

let WebDriver to deleteAllCookies before close.

1118 annotated / raw | Diffs: previous, other | Lines: 59 ( +2, -4 )

Created: 2008-10-27 00:14:44 +0200 (2 months 10 days ago) | Author: karemo | Changeset: 1118

WebDriverHolder seems to need fresh FireFoxDriver for some reason. Odd that spec does not fail on hudson.

1116 annotated / raw | Diffs: previous, other | Lines: 61 ( +16, -1 )

Created: 2008-10-26 23:40:22 +0200 (2 months 10 days ago) | Author: msibakov | Changeset: 1116

added profile creation

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

Created: 2008-10-26 23:35:40 +0200 (2 months 10 days ago) | Author: karemo | Changeset: 1114

Formatted source.

1104 new annotated / raw | Lines: 47 ( +47, -0 )

Created: 2008-10-26 22:09:18 +0200 (2 months 10 days ago) | Author: msibakov | Changeset: 1104

added initial test application, work in progress