| selenium-rc:/trunk/clients/ruby/iedoc2ruby.xml |
Line History |
History |
latest revision Branch trunk2661 annotated / raw | Diffs: previous, other | Lines: 331 ( +12, -189 ) Created: 2009-05-08 01:53:19 -0500 (4 years 1 month ago) | Author: ph7 | Changeset: 2661 Simplified iedoc2ruby.xml per SRC-420
Tags: RELEASE_1.0 REL-1.0.1 2460 annotated / raw | Diffs: previous, other | Lines: 508 ( +7, -7 ) Created: 2008-09-30 12:57:41 -0500 (4 years 8 months ago) | Author: ph7 | Changeset: 2460 More idiomatic API for the Ruby client. Merging my changes on github.
Tags: REL-1.0-beta-2 2273 annotated / raw | Diffs: previous, other | Lines: 508 ( +5, -4 ) Created: 2008-04-19 11:44:15 -0500 (5 years 1 month ago) | Author: ph7 | Changeset: 2273 Ruby Client: Made client methods a module
2269 annotated / raw | Diffs: previous, other | Lines: 507 ( +1, -163 ) Created: 2008-04-19 00:35:25 -0500 (5 years 1 month ago) | Author: ph7 | Changeset: 2269 Ruby Client: Splitting driver in generated and non-generated code
2262 annotated / raw | Diffs: previous, other | Lines: 669 ( +14, -3 ) Created: 2008-04-14 10:27:02 -0500 (5 years 2 months ago) | Author: ph7 | Changeset: 2262 Allowing to call stop on Selenium driver when session failed to start. COnvinient when you have the stop in a generic teardown method.
1839 annotated / raw | Diffs: previous, other | Lines: 658 ( +5, -5 ) Created: 2007-07-04 17:09:52 -0500 (5 years 11 months ago) | Author: dfabulich | Changeset: 1839 SRC-269, now using non-deprecated HTTP APIBranch point for: documenthierarchy Tags: RELEASE_0_9_2 1652 annotated / raw | Diffs: previous, other | Lines: 658 ( +4, -2 ) Created: 2006-11-14 11:12:10 -0600 (6 years 7 months ago) | Author: dfabulich | Changeset: 1652 Renaming SeleneseInterpreter to SeleniumDriverBranch point for: purland
1509 annotated / raw | Diffs: previous, other | Lines: 656 ( +31, -0 ) Created: 2006-10-16 00:51:05 -0500 (6 years 8 months ago) | Author: dfabulich | Changeset: 1509 SRC-45, defining a SeleniumHelper mixin that makes test writing a little less verboseBranch point for: mavenized
1507 annotated / raw | Diffs: previous, other | Lines: 625 ( +8, -5 ) Created: 2006-10-16 00:01:27 -0500 (6 years 8 months ago) | Author: dfabulich | Changeset: 1507 SRC-96, applying Shinya's patch
1046 annotated / raw | Diffs: previous, other | Lines: 622 ( +114, -114 ) Created: 2006-04-18 20:22:48 -0500 (7 years 2 months ago) | Author: dfabulich | Changeset: 1046 four space tabs instead of 0x09 tabs
1045 annotated / raw | Diffs: previous, other | Lines: 622 ( +1, -0 ) Created: 2006-04-18 19:51:44 -0500 (7 years 2 months ago) | Author: dfabulich | Changeset: 1045 SRC-42, get_string_array doesn't return final element, affects perl python and ruby
1008 annotated / raw | Diffs: previous, other | Lines: 621 ( +2, -1 ) Created: 2006-04-13 14:32:59 -0500 (7 years 2 months ago) | Author: dfabulich | Changeset: 1008 Top trimming broke ruby; prepending comment marker to fix
1001 annotated / raw | Diffs: previous, other | Lines: 620 ( +1, -0 ) Created: 2006-04-11 19:49:04 -0500 (7 years 2 months ago) | Author: dfabulich | Changeset: 1001 Added newlines between comments and param list on ruby and python
963 annotated / raw | Diffs: previous, other | Lines: 619 ( +1, -1 ) Created: 2006-03-30 14:42:58 -0600 (7 years 2 months ago) | Author: dfabulich | Changeset: 963 Providing a default Ruby client-side timeout to make it more consistent with the rest of the drivers (documentation looks better)
951 annotated / raw | Diffs: previous, other | Lines: 619 ( +1, -1 ) Created: 2006-03-29 17:33:35 -0600 (7 years 2 months ago) | Author: dfabulich | Changeset: 951 Marking all files Copyright Thoughtworks 2006
938 annotated / raw | Diffs: previous, other | Lines: 619 ( +6, -6 ) Created: 2006-03-27 11:39:51 -0600 (7 years 2 months ago) | Author: dfabulich | Changeset: 938 Fixing XSLT to work on JDK 1.4
latest revision Branch documenthierarchy2030 new annotated / raw | Diffs: previous, other | Lines: 658 ( +0, -0 ) Created: 2007-10-19 10:39:08 -0500 (5 years 7 months ago) | Author: mpurland | Changeset: 2030 Creating branch for document hierarchy. This branch will contain a rewrite that 1) Uses a document hierarchy to track loaded documents. 2) Configurable web server for Jetty 5, Jetty 6 (non-PI right now) and other web servers can be supported. 3) Speed improvements 4) Modal dialog support
latest revision Branch mavenized |