zc.buildout recipe for installing the Selenium RC distribution.
Project description
This package downloads and installs Selenium RC using zc.buildout. It is based on hexagonit.recipe.download.
buildout.cfg example:
[buildout] parts = seleniumrc [seleniumrc] recipe = collective.recipe.seleniumrc
A control script will be created based on the part name. In this case a control script will be created in bin/seleniumrc
You may also be interested in the selenium module for Python which allows you to control Selenium RC.
You can also choose the exact version of Selenium RC to be used:
[buildout] parts = seleniumrc [seleniumrc] recipe = collective.recipe.seleniumrc url = http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zip md5sum = 8935cc7fe4dde2fd2a95ddd818e7493b
Sometimes you may want to use another Java executable:
[buildout] parts = seleniumrc [seleniumrc] recipe = collective.recipe.seleniumrc java-cmd = /home/www/java/bin/java
To suppress all default values (e.g., to install without verifying the MD5 checksum), use the ‘no-defaults’ option:
[buildout] parts = seleniumrc [seleniumrc] recipe = collective.recipe.seleniumrc url = http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zip java-cmd = /home/www/java/bin/java
License
Open Source License - Zope Public License v2.1
Contributors
Jordan Baker (hexsprite), Author - jbb <at> scryent.com
Asheesh Laroia - asheesh <at> creativecommons.org
Hanno Schlichting - hannosch <at> plone.org
Godefroid Chapelle - gotcha <at> bubblenet.be
Maik Roder - roeder <at> berg.net
Tres Seaver - tseaver <at> palladion.com
Change History
0.5 (2010-11-02)
Updated the default Selenium RC version to the latest (1.0.3).
Added support for suppressing all default configuration values using ‘no-defaults’.
0.4 (2010-08-11)
Made the runner shell aware of Firefox 3.5.
Made the recipe compatible with versions of Selenium RC up to 1.0.3.
0.3 (2009-11-30)
Changed runner shell from /bin/sh to /bin/bash to avoid problems on systems where /bin/sh != /bin/bash. [hexsprite]
Adding documentation about choosing the exact Selenium RC version, and selecting the exact Java binary [maikroeder]
Updated to latest version of SeleniumRC 1.0.1. [maikroeder]
Updated the long_description to go on PyPI. Still needs some formatting work. [hexsprite]
0.2 (2009-02-1)
Updated to latest version of SeleniumRC 1.0-beta-2. [hannosch]
Added patches to look for firefox in the PATH in common places. Added MOZ_NO_REMOTE environment variable to force Firefox to spawn new instance. (patches from Asheesh Laroia)
Fixed to work with Selenium 1.0 beta 1. (patches from Asheesh Laroia)
Default distribution changed to Selenium 1.0 beta 1
0.1
initial version created at Plone Conference 2007 in Naples. [hexsprite]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.recipe.seleniumrc-0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b08d90f710e1553fa377994d4af0787c257ab3e89f7939e60b17ed73624f5b2 |
|
MD5 | d295d0398a4e7718777f10ee608c160d |
|
BLAKE2b-256 | 4934c76a57fbf564113ff52426f8ffe6f951c3cc086384bdd2ccfb9fcc523652 |