{ "info": { "author": "Jordan Baker", "author_email": "jbb@scryent.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Topic :: Software Development :: Build Tools" ], "description": "*******************************\r\nDownload recipe for Selenium RC\r\n*******************************\r\n\r\nThis package downloads and installs Selenium RC using zc.buildout. It is based\r\non hexagonit.recipe.download.\r\n\r\nbuildout.cfg example::\r\n\r\n [buildout]\r\n parts = seleniumrc\r\n\r\n [seleniumrc]\r\n recipe = collective.recipe.seleniumrc\r\n\r\nIf no options are specified, the recipe downloads from\r\nhttp://selenium.googlecode.com/files/selenium-server-standalone-2.6.0.jar .\r\n\r\nA control script is created based on the part name. In the case above, the\r\ncontrol script created is ``bin/seleniumrc``.\r\n\r\nFYI, there is the Python ``selenium`` module which allows to control Selenium RC.\r\n\r\n http://pypi.python.org/pypi/selenium\r\n\r\nThe recipe let you also choose the exact version of Selenium RC to be used::\r\n\r\n [buildout]\r\n parts = seleniumrc\r\n\r\n [seleniumrc]\r\n recipe = collective.recipe.seleniumrc\r\n url = http://selenium.googlecode.com/files/selenium-server-standalone-2.0rc1.jar\r\n md5sum = 19ac13b18cdc6840dd32678215d38e1b\r\n\r\nIn case you still need to use Selenium RC 1.x, you need to ask\r\nexplicitely to unzip the download::\r\n\r\n [buildout]\r\n parts = seleniumrc\r\n\r\n [seleniumrc]\r\n recipe = collective.recipe.seleniumrc\r\n url = http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zip\r\n md5sum = 8935cc7fe4dde2fd2a95ddd818e7493b\r\n download-only = false\r\n\r\nSometimes, you may want to use another Java executable::\r\n\r\n [buildout]\r\n parts = seleniumrc\r\n\r\n [seleniumrc]\r\n recipe = collective.recipe.seleniumrc\r\n java-cmd = /home/www/java/bin/java\r\n\r\nTo suppress all default values (e.g., to install without verifying the MD5\r\nchecksum), use the 'no-defaults' option::\r\n\r\n [buildout]\r\n parts = seleniumrc\r\n\r\n [seleniumrc]\r\n recipe = collective.recipe.seleniumrc\r\n url = http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zip\r\n java-cmd = /home/www/java/bin/java\r\n no-defaults = True\r\n\r\nLicense\r\n-------\r\n\r\nOpen Source License - Zope Public License v2.1\r\n\r\n\r\n\r\nContributors\r\n============\r\n\r\nJordan Baker (hexsprite), Author - jbb scryent.com\r\n\r\nAsheesh Laroia - asheesh creativecommons.org\r\n\r\nHanno Schlichting - hannosch plone.org\r\n\r\nGodefroid Chapelle - gotcha bubblenet.be\r\n\r\nMaik Roder - roeder berg.net\r\n\r\nTres Seaver - tseaver palladion.com\r\n\r\nMarc Abramowitz - marc marc-abramowitz.com\r\n\r\n\r\n\r\nChange History\r\n**************\r\n\r\n0.6.1.1 (2011-09-16)\r\n====================\r\n\r\n- Updated README as well.\r\n\r\n\r\n0.6.1 (2011-09-16)\r\n==================\r\n\r\n- Updated the default Selenium RC version to the latest (2.6.0).\r\n\r\n\r\n0.6 (2011-06-21)\r\n================\r\n\r\n- Updated the default Selenium RC version to the latest (2.0rc2). Thanks\r\n to Marc Abramowitz for the patch.\r\n\r\n\r\n0.5 (2010-11-02)\r\n================\r\n\r\n- Updated the default Selenium RC version to the latest (1.0.3).\r\n\r\n- Added support for suppressing all default configuration values using\r\n 'no-defaults'.\r\n\r\n\r\n0.4 (2010-08-11)\r\n================\r\n\r\n- Made the runner shell aware of Firefox 3.5.\r\n\r\n- Made the recipe compatible with versions of Selenium RC up to 1.0.3.\r\n\r\n0.3 (2009-11-30)\r\n================\r\n\r\n- Changed runner shell from /bin/sh to /bin/bash to avoid problems on systems\r\n where /bin/sh != /bin/bash. [hexsprite]\r\n\r\n- Adding documentation about choosing the exact Selenium RC version, and \r\n selecting the exact Java binary [maikroeder]\r\n\r\n- Updated to latest version of SeleniumRC 1.0.1. [maikroeder]\r\n\r\n- Updated the long_description to go on PyPI. Still needs some formatting\r\n work. [hexsprite]\r\n\r\n0.2 (2009-02-1)\r\n===============\r\n\r\n- Updated to latest version of SeleniumRC 1.0-beta-2.\r\n [hannosch]\r\n\r\n- Added patches to look for firefox in the PATH in common places. Added\r\n MOZ_NO_REMOTE environment variable to force Firefox to spawn new instance. \r\n (patches from Asheesh Laroia)\r\n\r\n- Fixed to work with Selenium 1.0 beta 1. (patches from Asheesh Laroia)\r\n\r\n- Default distribution changed to Selenium 1.0 beta 1\r\n\r\n0.1\r\n===\r\n\r\n- initial version created at Plone Conference 2007 in Naples. [hexsprite]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/buildout/collective.recipe.seleniumrc", "keywords": "buildout recipe", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "collective.recipe.seleniumrc", "package_url": "https://pypi.org/project/collective.recipe.seleniumrc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.recipe.seleniumrc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/buildout/collective.recipe.seleniumrc" }, "release_url": "https://pypi.org/project/collective.recipe.seleniumrc/0.6.1.1/", "requires_dist": null, "requires_python": null, "summary": "zc.buildout recipe for installing the Selenium RC distribution.", "version": "0.6.1.1" }, "last_serial": 803623, "releases": { "0.1dev-r51566": [ { "comment_text": "", "digests": { "md5": "a06715d8fe4f8f3b243525f02a9fc3c0", "sha256": "8761320f36f78ee0794a3067d905a37badf167700f57f893d683e13bee97c567" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.1dev_r51566-py2.4.egg", "has_sig": false, "md5_digest": "a06715d8fe4f8f3b243525f02a9fc3c0", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 5726, "upload_time": "2007-10-14T15:13:15", "url": "https://files.pythonhosted.org/packages/4a/16/346dbafcd9855722ced0c50a66ec827a949aa916ac08b33488a1fad177f3/collective.recipe.seleniumrc-0.1dev_r51566-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "c9eccc5ef97f2b95b5ba2111aef8e7f8", "sha256": "33c37b43daab7eda6036d2a155c363c0fa7a9076d86adf4e700bda99cff4d9e9" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.1dev-r51566.tar.gz", "has_sig": false, "md5_digest": "c9eccc5ef97f2b95b5ba2111aef8e7f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2597, "upload_time": "2007-10-14T15:13:16", "url": "https://files.pythonhosted.org/packages/1a/da/d07e4f3acabd34d8886a3d6489022f5ed6879019f6b9f04e2c0d4bec686e/collective.recipe.seleniumrc-0.1dev-r51566.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "4ae33b70f25e40017a1dc97023aa552f", "sha256": "fa60c909defc4a8f1288c20135d12f75e8cac5fad5f402551bccb174dbf80a93" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.2-py2.4.egg", "has_sig": false, "md5_digest": "4ae33b70f25e40017a1dc97023aa552f", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 6544, "upload_time": "2009-02-01T22:44:49", "url": "https://files.pythonhosted.org/packages/4a/16/cc1756c6499aee1988ae0acfecceab4c61e91e1088ef87ae2b0ac2123c59/collective.recipe.seleniumrc-0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "ebbbaf6f9d48822cd060d5c2452c7aff", "sha256": "c49c06c10a236764a9b8fb23c862d374e43d4490cbe85682ec9cf5e8e340acd3" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.2.tar.gz", "has_sig": false, "md5_digest": "ebbbaf6f9d48822cd060d5c2452c7aff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3416, "upload_time": "2009-02-01T22:44:48", "url": "https://files.pythonhosted.org/packages/17/a8/2599c2015ad70c4a7659f6172f8b5598e837f670d2cd911d8512abcb0a33/collective.recipe.seleniumrc-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "0c11690d147ed0ace47b9cb40f97852c", "sha256": "dc2778dcb691b12e5610c3c97fcc4482e25f47ac50e9373bc6e4b92fff8fe68c" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.3.zip", "has_sig": false, "md5_digest": "0c11690d147ed0ace47b9cb40f97852c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10493, "upload_time": "2009-12-01T05:40:47", "url": "https://files.pythonhosted.org/packages/3a/05/a5be36c5d097e87e8693dae0d92a55c377d32a4b676b8205d4c13622cd84/collective.recipe.seleniumrc-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "1e86fd95c9ee11da71245d043c9aa3e8", "sha256": "67c2dc322a25a1f0e28679f38047f6d07a18d47c7f59155ec7efe8c9d3259e27" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.4.tar.gz", "has_sig": true, "md5_digest": "1e86fd95c9ee11da71245d043c9aa3e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4294, "upload_time": "2010-08-11T19:23:26", "url": "https://files.pythonhosted.org/packages/ac/d1/dc4237b2b6f8bc59c5ac936600ab74d8fbef1aae0c3cf10eb70ee85b8442/collective.recipe.seleniumrc-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "d295d0398a4e7718777f10ee608c160d", "sha256": "8b08d90f710e1553fa377994d4af0787c257ab3e89f7939e60b17ed73624f5b2" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.5.tar.gz", "has_sig": false, "md5_digest": "d295d0398a4e7718777f10ee608c160d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4499, "upload_time": "2010-11-02T20:15:31", "url": "https://files.pythonhosted.org/packages/49/34/c76a57fbf564113ff52426f8ffe6f951c3cc086384bdd2ccfb9fcc523652/collective.recipe.seleniumrc-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "659aa81ee3f7c0ca22fa737ddc94a28e", "sha256": "a3e2485ace4e9b028eb02806c320224a6a50819bf08b0972c208483a25e0f60f" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.6.tar.gz", "has_sig": false, "md5_digest": "659aa81ee3f7c0ca22fa737ddc94a28e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4810, "upload_time": "2011-06-21T18:38:27", "url": "https://files.pythonhosted.org/packages/bc/44/dd86e25c0b5e35ce36cbe1fd70cc426e25962cbdd6ba7b91cc5d80e7ad68/collective.recipe.seleniumrc-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "efac75d8eade4f91277ccc3914e79bc1", "sha256": "bcd3b55c48d966b2a3e41f0e8366fa918e4e4e90d4747f79243475409bc11ca7" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.6.1.tar.gz", "has_sig": false, "md5_digest": "efac75d8eade4f91277ccc3914e79bc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4847, "upload_time": "2011-09-16T10:21:30", "url": "https://files.pythonhosted.org/packages/9d/d3/53a5930f876bcdf7e0c61ced061de58e907cbeca224718924895bdf10b74/collective.recipe.seleniumrc-0.6.1.tar.gz" } ], "0.6.1.1": [ { "comment_text": "", "digests": { "md5": "4a2dbde27c94f5efe93efdaa37597a96", "sha256": "44d41db9847a129ebfe9224d33100c2d1639c85f92732e606d0b2750d4c9f33f" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.6.1.1.tar.gz", "has_sig": false, "md5_digest": "4a2dbde27c94f5efe93efdaa37597a96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4890, "upload_time": "2011-09-16T10:52:13", "url": "https://files.pythonhosted.org/packages/a7/9c/7f4589a1706183cdeb4000ac5ce1c9633a2993d0c6cba70acc482d0a29d1/collective.recipe.seleniumrc-0.6.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a2dbde27c94f5efe93efdaa37597a96", "sha256": "44d41db9847a129ebfe9224d33100c2d1639c85f92732e606d0b2750d4c9f33f" }, "downloads": -1, "filename": "collective.recipe.seleniumrc-0.6.1.1.tar.gz", "has_sig": false, "md5_digest": "4a2dbde27c94f5efe93efdaa37597a96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4890, "upload_time": "2011-09-16T10:52:13", "url": "https://files.pythonhosted.org/packages/a7/9c/7f4589a1706183cdeb4000ac5ce1c9633a2993d0c6cba70acc482d0a29d1/collective.recipe.seleniumrc-0.6.1.1.tar.gz" } ] }