Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    collective.recipe.seleniumrc 0.6.1.1

    Download button

    No screenshots available
    Downloads: 139  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jordan Baker | More programs
    ZPL / FREE
    September 17th, 2011, 14:50 GMT [view history]
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    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:

    [buildout]
    parts = seleniumrc

    [seleniumrc]
    recipe = collective.recipe.seleniumrc


    If 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/selenium

    The recipe let you 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-server-standalone-2.0rc1.jar
    md5sum = 19ac13b18cdc6840dd32678215d38e1b


    In case you still need to use Selenium RC 1.x, you need to ask explicitely to unzip the download:

    [buildout]
    parts = seleniumrc

    [seleniumrc]
    recipe = collective.recipe.seleniumrc
    url = http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zip
    md5sum = 8935cc7fe4dde2fd2a95ddd818e7493b
    download-only = false


    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
    no-defaults = True



    Product's homepage

    Requirements:

    · Python

    What's New in This Release: [ read full changelog ]

    · Updated README as well.

      


    TAGS:

    buildout recipe | Selenium RC | Selenium installer | Selenium | installer | buildout

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM