Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 2552 1149 935 documenthierarchy 2030 mavenized 1510 purland 1723

latest revision Branch trunk

2552 annotated / raw | Diffs: previous, other | Lines: 429 ( +2, -1 )

Created: 2008-12-27 01:14:41 -0600 (13 days ago) | Author: paul | Changeset: 2552

push user to help page

2542 annotated / raw | Diffs: previous, other | Lines: 428 ( +2, -2 )

Created: 2008-12-24 14:10:23 -0600 (16 days ago) | Author: paul | Changeset: 2542

unreachable server used to have a better exception, it does again now

2486 annotated / raw | Diffs: previous, other | Lines: 428 ( +20, -4 )

Created: 2008-10-30 19:48:33 -0500 (2 months 10 days ago) | Author: paul | Changeset: 2486

test runners can set context directly for test methods about to be invoked

2485 annotated / raw | Diffs: previous, other | Lines: 412 ( +22, -21 )

Created: 2008-10-30 15:11:58 -0500 (2 months 10 days ago) | Author: paul | Changeset: 2485

make java 6 as well as 5 safe

2448 annotated / raw | Diffs: previous, other | Lines: 411 ( +16, -11 )

Created: 2008-09-15 23:42:58 -0500 (3 months 23 days ago) | Author: gyrm | Changeset: 2448

Yeah, I forgot to edit iedoc2java.xml ...

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

Created: 2008-08-14 13:02:38 -0500 (4 months 26 days ago) | Author: paul | Changeset: 2375

patch for SRC-510 from Greg Block, Google

2366 annotated / raw | Diffs: previous, other | Lines: 404 ( +11, -0 )

Created: 2008-07-27 17:29:40 -0500 (5 months 13 days ago) | Author: gyrm | Changeset: 2366

Add some better documentation for setExtensionJs ... at least for the Java driver.

2326 annotated / raw | Diffs: previous, other | Lines: 393 ( +21, -3 )

Created: 2008-07-16 18:05:09 -0500 (5 months 24 days ago) | Author: jbevan | Changeset: 2326

Copied to: trunk/tests/generated/iedoc2java.xml 2339

This revision applies Erik Beans' and Jason Huggins' patch, described below and in http://clearspace.openqa.org/docs/DOC-1192

This patch allows the test to specify which of a number of admin-installed profiles on a (remote) machine should be used when starting firefox for that test. It is only integrated with the java client. The RC server gains a command-line flag called -profilesLocation, so that if the machine adminstrator(s) install a profile in $profilesLocation/mytestprofile, the test would call: BrowserConfigurationOptions co = new BrowserConfigurationOptions("profile:mytestprofile"); String url = "http://www.google.com"; selenium = new DefaultSelenium("localhost", RemoteControlConfiguration.getDefaultPort(), "*chrome", url); selenium.start(co); This patch was tested on linux and windows (firefox 2.0), until I wanted to refactor a few things. After that the patch has (so far) only been tested on linux. This patch is a diff file created by svn diff.

2292 annotated / raw | Diffs: previous, other | Lines: 375 ( +3, -0 )

Created: 2008-05-11 18:33:01 -0500 (7 months ago) | Author: gyrm | Changeset: 2292

Add a test for specifying per-session extension Javascript.

2290 annotated / raw | Diffs: previous, other | Lines: 372 ( +4, -0 )

Created: 2008-05-10 22:23:28 -0500 (7 months ago) | Author: gyrm | Changeset: 2290

Add experimental support for per-session extension Javascript, for only the Java client driver for now. The Javascript is specified as a String passed to setExtensionJs() on the DefaultSelenium instance; this may only be done before the instance is started with start(). If the session is reused, the existing extension code will be in effect. If a new session is created, it will NOT be affected. PI mode isn't supported yet.

2288 annotated / raw | Diffs: previous, other | Lines: 368 ( +45, -0 )

Created: 2008-05-08 19:33:07 -0500 (8 months ago) | Author: paul | Changeset: 2288

conextual banner - forcing good test method naming?

2245 annotated / raw | Diffs: previous, other | Lines: 323 ( +1, -0 )

Created: 2008-04-03 01:41:18 -0500 (9 months ago) | Author: ph7 | Changeset: 2245

SRC-416: DefaultSelenium.start() should not swallow exceptions

1149 annotated / raw | Diffs: previous, other | Lines: 322 ( +1, -1 )

Created: 2006-05-22 00:29:08 -0500 (2 years 7 months ago) | Author: dfabulich | Changeset: 1149

SRC-51, make the command processors protected

Branch point for: documenthierarchy mavenized purland

Tags: RELEASE_0_9_2

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

Created: 2006-03-29 19:00:35 -0600 (2 years 9 months ago) | Author: sproul | Changeset: 954

improve error message for the case where the Selenium Server has not been started

951 annotated / raw | Diffs: previous, other | Lines: 316 ( +36, -1 )

Created: 2006-03-29 17:33:35 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 951

Marking all files Copyright Thoughtworks 2006

947 annotated / raw | Diffs: previous, other | Lines: 281 ( +2, -1 )

Created: 2006-03-29 15:37:08 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 947

Fixing javadoc tags

935 new annotated / raw | Lines: 280 ( +280, -0 )

Created: 2006-03-27 01:56:57 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 935

Now autogenerating the core files from iedoc.xml; deleting them from source control so they can be regenerated from XSLT source

latest revision Branch documenthierarchy

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

Created: 2007-10-19 10:39:08 -0500 (14 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

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

Created: 2006-10-16 13:09:22 -0500 (2 years 2 months ago) | Author: dfabulich | Changeset: 1510

branching to apply my mavenization changes

latest revision Branch purland

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

Created: 2007-01-02 19:33:05 -0600 (2 years ago) | Author: sproul | Changeset: 1723

branch for Matt