collective.recipe.seleniumrc

zc.buildout recipe for installing the Selenium RC distribution
Download

collective.recipe.seleniumrc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Publisher Name:
  • Jordan Baker
  • Publisher web site:
  • http://scryent.com

collective.recipe.seleniumrc Tags


collective.recipe.seleniumrc Description

zc.buildout recipe for installing the Selenium RC distribution collective.recipe.seleniumrc downloads and installs Selenium RC using zc.buildout. It is based on hexagonit.recipe.download.buildout.cfg example:parts = seleniumrcrecipe = collective.recipe.seleniumrcIf no options are specified, the recipe downloads from http://selenium.googlecode.com/files/selenium-server-standalone-2.0rc2.jar .A control script is created based on the part name. In the case above, the control script created is bin/seleniumrc.FYI, there is the Python selenium module which allows to control Selenium RC. http://pypi.python.org/pypi/seleniumThe recipe let you also choose the exact version of Selenium RC to be used:parts = seleniumrcrecipe = collective.recipe.seleniumrcurl = http://selenium.googlecode.com/files/selenium-server-standalone-2.0rc1.jarmd5sum = 19ac13b18cdc6840dd32678215d38e1bIn case you still need to use Selenium RC 1.x, you need to ask explicitely to unzip the download:parts = seleniumrcrecipe = collective.recipe.seleniumrcurl = http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zipmd5sum = 8935cc7fe4dde2fd2a95ddd818e7493bdownload-only = falseSometimes, you may want to use another Java executable:parts = seleniumrcrecipe = collective.recipe.seleniumrcjava-cmd = /home/www/java/bin/javaTo suppress all default values (e.g., to install without verifying the MD5 checksum), use the 'no-defaults' option:parts = seleniumrcrecipe = collective.recipe.seleniumrcurl = http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zipjava-cmd = /home/www/java/bin/javano-defaults = True Requirements: · Python What's New in This Release: · Updated the default Selenium RC version to the latest (2.0rc2). Thanks to Marc Abramowitz for the patch.


collective.recipe.seleniumrc Related Software