{ "info": { "author": "gocept and contributors", "author_email": "mail@gocept.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Console", "Environment :: Web Environment", "Framework :: BFG", "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Pylons", "Framework :: Pyramid", "Framework :: Zope :: 3", "Framework :: Zope :: 4", "Intended Audience :: Developers", "License :: OSI Approved", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Zope", "Topic :: Software Development", "Topic :: Software Development :: Testing" ], "description": "===============\ngocept.selenium\n===============\n\ngocept.selenium provides an API for `Selenium`_ that is\nsuited for writing tests and integrates this with your test suite for any WSGI,\nPlone or Grok application.\n\nWhile the testing API could be used independently, the integration is done\nusing `test layers`_, which are a feature of `zope.testrunner`_.\n\nUse `gocept.pytestlayer`_ to integrate it with `py.test`_.\n\n\n.. _`Selenium`: http://seleniumhq.org/\n.. _`test layers`: http://pypi.python.org/pypi/plone.testing#layers\n.. _`zope.testrunner`: http://pypi.python.org/pypi/zope.testrunner\n.. _`gocept.pytestlayer`: https://bitbucket.org/gocept/gocept.pytestlayer\n.. _`py.test`: http://pytest.org\n\n\nDeveloping gocept.selenium\n==========================\n\n:Author:\n `gocept `_ \n\n:Online documentation:\n https://goceptselenium.readthedocs.org/\n\n:PyPI page:\n https://pypi.python.org/pypi/gocept.selenium/\n\n:Issue tracker:\n https://bitbucket.org/gocept/gocept.selenium/issues\n\n:Source code:\n https://bitbucket.org/gocept/gocept.selenium/\n\n:Current change log:\n https://bitbucket.org/gocept/gocept.selenium/raw/tip/CHANGES.rst\n\nDocumentation\n-------------\n\nIn order to build the Sphinx documentation, run the following command with a\npython, where sphinx is installed::\n\n $ python setup.py build_sphinx\n\nThe generated HTML gets stored in ``doc/_build/html``.\n\n\nChangelog\n=========\n\n\n5.0 (2019-05-02)\n----------------\n\n- Fix `UserWarning` in `selenium >= 3`, that screenshot name should end with\n `.png`.\n\n\n5.0a1 (2019-03-05)\n------------------\n\nBackwards incompatible changes\n++++++++++++++++++++++++++++++\n\n- Remove support for Selenium 1, in particular ``RCTestCase`` and ``RCLayer``.\n\n- Remove support for Selenium 2.\n\n- Remove support for a remote selenium server. `gocept.selenium` now uses the\n local implementation, starting its own browser.\n\nFeatures\n++++++++\n\n- Add support for Python 3.6 and 3.7.\n\n- Selenium updated to version 3.\n\n- Add firefox headless support.\n\n- Add new defaults for gocept.selenium.webdriver.Layer.\n\n- Add experimental support for chromedriver in headless mode only.\n\n\nOther changes\n+++++++++++++\n\n- Remove bootstrap.py, add requirements.txt.\n\n- Fix more deprecation warnings.\n\n- Selenese_pattern_equals in wd_selenese.py now returns a bool.\n\n\n4.0 (2018-11-09)\n----------------\n\n- Drop support for Zope 2.\n\n- Depend on ``gocept.httpserverlayer >= 3``.\n\n- Depend on ``plone.testing >= 7.0``.\n\n- Fix deprecation warnings.\n\n\n3.1.1 (2017-03-07)\n------------------\n\n- Fix ``wd_selense.Selenese.selectFrame('index=0')`` to forward the index as\n number to the underlying WebDriver so it is actually treated as an index.\n\n\n3.1 (2016-11-11)\n----------------\n\n- Support selenium versions >= 2.53.\n https://bitbucket.org/gocept/gocept.selenium/issues/12\n\n- Require a selenium version < 3.0 as this version removed the support for\n Selenium RC.\n\n\n3.0 (2016-06-07)\n----------------\n\n- Drop support for:\n\n - ``zope.app.testing`` (extras_require: [ztk])\n\n - ``Testing.ZopeTestCase`` (extras_require: [zope2])\n\n - ``plone.app.testing`` (extras_require: [test_plonetestingz2])\n\n - ``Products.PloneTestCase`` (extras_require: [plonetestcase])\n\n- Remove the empty ``script`` extras_require.\n\n- Drop support for Python 2.4, 2.5, 2.6. Now only supporting Python 2.7.\n\n- Currently only supporting a ``selenium`` version < 2.53 as this version\n breaks using a custom Firefox.\n See https://github.com/SeleniumHQ/selenium/issues/1965\n\n- Add ``.wd_selense.Selenese.selectParentFrame()`` to select the\n parent of a frame or an iframe.\n\n\n2.5.4 (2016-04-12)\n------------------\n\n- Fix using a local Firefox using ``GOCEPT_WEBDRIVER_REMOTE=False`` as the\n environment setting.\n\n2.5.3 (2016-04-11)\n------------------\n\n- Update tests to `gocept.httpserverlayer >= 1.4`.\n\n\n2.5.2 (2016-04-11)\n------------------\n\n- Add documentation for the Jenkins integration of screenshots made from\n test failures. (#13936)\n\n- Webdriver: Add a loop with time-out to ``click`` in order to deal with\n ``StaleElementReferenceException`` and ``NoSuchElementException``.\n\n\n2.5.1 (2015-08-27)\n------------------\n\n- Webdriver: ``waitFor`` retries an assertion when ``NoSuchElementException``\n was raised. (This is useful for assertions like ``waitForVisible``.)\n\n\n2.5.0 (2015-08-05)\n------------------\n\n- Add ``clear`` to webdriver to delete the contents of an input\n field.\n\n\n2.4.1 (2015-06-23)\n------------------\n\n- Write junit annotations when a screenshot was taken for assertions beside\n ``assertScreenshot()``. (#13678)\n\n\n2.4.0 (2015-03-27)\n------------------\n\n- Added ``getCssCount`` and ``getXpathCount``, so tests can get a baseline\n before an action.\n\n- Fix ``getSelectedValue`` for webdriver.\n\n\n2.3.0 (2015-03-09)\n------------------\n\n- Webdriver: ``waitFor`` will now retry the assertion when\n ``StaleElementReferenceException`` was raised, instead of yielding the error.\n (This could happen for assertions like ``waitForAttribute``, which would\n retrieve the DOM node and *then* ask for it's attribute. Thus the node can\n be changed in-between, which leads to the error.)\n\n\n2.2.2 (2015-01-09)\n------------------\n\n- Improve environment variable handling implementation.\n\n\n2.2.1 (2015-01-07)\n------------------\n\n- Fix handling firefox profile in remote=false mode.\n\n\n2.2.0 (2015-01-07)\n------------------\n\n- Allow launching the browser directly when using Webdriver\n (set ``GOCEPT_WEBDRIVER_REMOTE=False`` and the browser name accordingly).\n\n- Add optional ``movement`` parameter to ``dragAndDropToObject`` that moves the\n mouse a little before releasing the button, so one gets more realistic\n behaviour when needed (Webdriver only, RC does not seem to have this issue).\n\n- Add ``js`` and ``jquery`` locators (Webdriver only).\n\n\n2.1.9 (2014-11-06)\n------------------\n\n- Fixed capitalisation of Selenese's ``chooseOkOnNextConfirmation``.\n (Backwards incompatibility should be OK as it can never have worked before,\n anyway.)\n\n\n2.1.8 (2014-09-04)\n------------------\n\n- No longer stop whole test run if an exception occures during\n ``testSetUp`` of ``.seleniumrc.Layer`` (#13375)\n\n\n2.1.7 (2014-08-12)\n------------------\n\n- Remove ``window.gocept_selenium_abort_all_xhr`` again, this solution is\n incomplete, since we can only inject this during ``open()`` -- when the\n browser then navigates to a different page, the injection is lost.\n\n\n2.1.6 (2014-08-06)\n------------------\n\n- Inject JS function ``window.gocept_selenium_abort_all_xhr`` during ``open()``,\n which is useful to call during test teardown to avoid spurious XHR requests\n to still be performed after the actual test has already ended.\n (Implemented in Webdriver only, but could be backported to RC if needed).\n\n\n2.1.5 (2014-07-26)\n------------------\n\n- Webdriver: Only create a firefox profile when the selected browser is firefox\n (#11763).\n\n\n2.1.4 (2014-07-09)\n------------------\n\n- Restore Python 2.6 compatibility of tests accidently broken in release 2.1.3.\n\n- Adjust `isElementPresent` of WebDriver to work with PhantomJS, since it may\n raise a general WebDriverException if the element was not found.\n\n\n2.1.3 (2014-07-07)\n------------------\n\n- Webdriver: No longer screenshotting while waiting for the condition to\n become true when using a ``waitFor*`` method.\n\n\n2.1.2 (2014-06-25)\n------------------\n\n- Remove seleniumrc variable from Layer on teardown for symmetry.\n\n- Fix `isVisible` of WebDriver, so it also returns False if a parent element\n is hidden.\n\n\n2.1.1 (2014-04-28)\n------------------\n\n- Close temporary files when making screenshots. This fixes some occurrences\n of \"Too many open files\".\n\n\n2.1.0 (2013-12-20)\n------------------\n\n- Make timeout configurable via environment variable\n ``GOCEPT_SELENIUM_TIMEOUT`` (#10497).\n\n- Apply ``setTimeout`` to the ``open()`` timeout, too (#10750).\n\n- Add environment variable ``GOCEPT_SELENIUM_JUNIT_ATTACH`` to support the\n \"JUnit Attachments Plugin\" for Jenkins.\n\ninternal:\n\n- Move instantiating Selenese object from testSetUp to layer setUp. This\n *should* not change the behaviour for clients (we take care to reset the\n configured timeout in testSetUp as before), but take care.\n\n- Fix URL to GROK toolkit versions.\n\n\n2.0.0 (2013-10-02)\n------------------\n\n- Marking 2.0 stable, yay.\n\n\n2.0.0b6 (2013-10-02)\n--------------------\n\n- Save screenshots of assertion failures with mode 644 (world-readable),\n which is useful for build servers.\n\n\n2.0.0b5 (2013-10-01)\n--------------------\n\n- Implement ``setWindowSize`` for both RC and Webdriver.\n\n- Implement ``getAllWindowIds`` in RC-Selenese.\n\n\n2.0.0b4 (2013-04-26)\n--------------------\n\n- If a test fails because of an empty body, taking automatically a screenshot\n failed and concealing the original error message. This is now fixed. (#12341)\n\n\n2.0.0b3 (2013-04-10)\n--------------------\n\n- Improved documentation, in particular with respect to the changes by\n integrating webdriver.\n\n- If an ``AssertionError`` occures in a test using webdriver, a screenshot\n is taken automatically and the path is presented to the user. (#12247)\n\n- Made a test for ``assertScreenshot`` pass on systems with a different\n browser default font.\n\n\n2.0.0b2 (2013-03-01)\n--------------------\n\n- Stabilize webdriver/selenese API functions `waitForPageToLoad()` and\n `isTextPresent` to not raise errors when the elements vanish in between.\n\n\n2.0.0b1 (2013-02-14)\n--------------------\n\n- Extract StaticFilesLayer to gocept.httpserverlayer.\n\n- Added `assertScreenshot` to visually compare rendered elements with a\n master screenshot.\n\n\n2.0.0a2 (2013-01-09)\n--------------------\n\n- Add layer that uses Webdriver as the Selenium backend instead of the old\n Remote Control.\n\n\n1.1.2 (2012-12-21)\n------------------\n\n- Fix: Initialise the WSGI layer in the correct order to actually allow the\n configured WSGI app to be remembered.\n\n- Fix: updated some imports after the extraction of gocept.httpserverlayer.\n\n\n1.1.1 (2012-12-19)\n------------------\n\n- Update StaticFilesLayer to the new httpserverlayer API.\n\n\n1.1 (2012-12-19)\n----------------\n\n- Extract HTTP server integration into separate package, gocept.httpserverlayer\n\n\n1.0 (2012-11-03)\n----------------\n\n- Marking the API as stable.\n\n\n0.17 (2012-11-01)\n-----------------\n\n- Added ``gocept.selenium.skipUnlessBrowser`` decorator to skip tests unless\n ceratins browser requirements are met.\n\n- Fix: The static test server did not shutdown in some situations.\n\n\n0.16 (2012-10-10)\n-----------------\n\n- Fixed selenese popup tests.\n\n- Open a random port for the server process by default: When the environment\n variable `GOCEPT_SELENIUM_APP_PORT` is not set, a random free port is bound.\n This allows parallel testing, for instance (#11323).\n\n0.15 (2012-09-14)\n-----------------\n\n- WSGI-Layer is comptabile with Python 2.5.\n- Encoding support in converthtmltests\n (Patch by Tom Gross ).\n- XHTML support for selenium tables\n (Patch by Tom Gross ).\n\n\n0.14 (2012-06-06)\n-----------------\n\n- API expansion: Added ``assertCssCount``. Thus requiring selenium >= 2.0.\n- Added Trove classifiers to package metadata.\n- Moved code to Mercurial.\n\n\n0.13.2 (2012-03-15)\n-------------------\n\n- Fixed WSGI flavor: There was a ``RuntimeError`` in tear down if the WSGI\n server was shut down correctly.\n\n\n0.13.1 (2012-03-15)\n-------------------\n\n- Updated URL of bug tracker.\n\n- `script` extra no longer requires `elementtree` on Python >= 2.5.\n\n\n0.13 (2012-01-30)\n-----------------\n\n- Added a selenese assert type 'list' and added it to the window management\n query methods.\n\n- API expansion: added ``openWindow``.\n\n- API change: filter the result of ``getAllWindowNames`` to ignore 'null'.\n\n- backwards-compatible API change: ``selectWindow`` now selects the main\n window also when passed the window id ``None`` or no argument at all.\n\n- pinned compatible ZTK version to 1.0.1, grok version to 1.2.1, generally\n pinned all software packages used to consistent versions for this package's\n own testing\n\n\n0.12 (2011-11-29)\n-----------------\n\n- API expansion: added ``getAllWindow*`` and ``selectWindow``.\n\n\n0.11 (2011-09-15)\n-----------------\n\n- Added some notes how to test a Zope 2 WSGI application.\n\n- Described how to test a Zope 2/Plone application if using `plone.testing`\n to set up test layers.\n\n\n0.10.1 (2011-02-02)\n-------------------\n\n- Improvements on the README.\n\n- Wrote a quick start section for packages using ZTK but using\n ``zope.app.wsgi.testlayer`` instead of ``zope.app.testing``.\n\n- Allowed to use `regexp` as pattern prefix for regular expressions\n additionally to `regex` to be compatible with the docstring and the\n Selenium documentation.\n\n\n0.10 (2011-01-18)\n-----------------\n\n- Script that generates python tests from Selenium HTML tables.\n Reused from KSS project, courtesy of Jeroen Vloothuis, original author.\n\n- Using a URL of `Selenium RC` in README where version 1.0.3 can be\n downloaded (instead of 1.0.1) which works fine with Firefox on Mac OS X,\n too.\n\n0.9 (2010-12-28)\n----------------\n\n- Provide integration with the recent testlayer approach\n (zope.app.appsetup/zope.app.wsgi) used by Grok (#8260).\n- Provide integration with plone.testing\n- Make browser and RC server configurable (#6484).\n- Show current test case in command log (#7876).\n- Raise readable error when connection to RC server fails (#6489).\n- Quit browser when the testrunner terminates (#6485).\n\n\n0.8 (2010-10-22)\n----------------\n\n- Fixed tests for the StaticFilesLayer to pass with Python 2.4 through 2.7.\n- API expansion: ``getSelectOptions``\n\n\n0.7 (2010-08-16)\n----------------\n\n- API expansion: ``getElementHeight|Width``, ``getCookie*`` and a few others.\n- lots of action methods (``mouse*`` among others)\n\n\n0.6 (2010-08-09)\n----------------\n\n- assertXpathCount now also takes ints (#7681).\n\n- API expansion: add ``isChecked`` to verify checkboxes, ``runScript``,\n ``clickAt``, ``getLocation``, ``getSelectedValue``, ``getSelectedIndex``.\n\n- The ``pause`` method uses float division now. Pauses where implicitly rounded\n to full seconds before when an int was passed.\n\n- The name of the factored test layer contains the module of the bases now. The\n name is used by zope.testrunner distinguish layers. Before this fix selenium\n layers factored from base layers with the same names but in different modules\n would be considered equal by zope.testrunner.\n\n- The factored ZTK layer cleanly shuts down the http server in tearDown now.\n This allows to run different selenium layers in one go.\n\n\n0.5 (2010-08-03)\n----------------\n\n- Add a static files test layer for running selenium tests against a set\n of static (HTML) files.\n- Patterns now also work with multiline strings,\n i. e. 'foo*' will match 'foo\\nbar' (#7790).\n\n\n0.4.2 (2010-05-20)\n------------------\n\n- API expansion: ``*keyDown``, ``*keyUp``, ``keyPress``.\n\n\n0.4.1 (2010-04-01)\n------------------\n\n- API expansion: added ``getSelectedLabel``.\n\n- Ignore the code of a server's response when calling `open`. The default\n behaviour of SeleniumRC changed between 1.0.1 and 1.0.2 but we want the old\n behaviour by default.\n\n\n0.4 (2010-03-30)\n----------------\n\n- API expansion: add ``getLocation`` to retrieve currently loaded URL in\n browser.\n\n- API expansion: added ``waitForPopUp``, ``selectPopUp``, ``deselectPopUp``\n and ``close``.\n\n- API expansion: added ``verifyAlertPresent``, ``verifyAlertNotPresent`` and\n ``waitForAlertPresent``.\n\n- Usability: raise a better readable exception when an unimplemented selenese\n method is called.\n\n- Usability: raise failure exceptions that convey the name of the failed\n assertion in spite of some lambdas wrapped around it.\n\n\n0.3 (2010-01-12)\n----------------\n\n- Extracted 'host' and 'port' as class attributes of gocept.selenium.ztk.Layer\n so subclasses can override them; stopped hardcoding 8087 as the server port.\n\n\n0.2.1 (2009-12-18)\n------------------\n\n- Fix incomplete sdist release on PyPI.\n\n\n0.2 (2009-12-18)\n----------------\n\n- Make Zope 2 test server reachable from the outside.\n- Implemented getTitle/assertTitle/waitForTitle/etc.\n\n\n0.1 (2009-11-08)\n----------------\n\n- first release\n\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/gocept.selenium/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://goceptselenium.readthedocs.org/", "keywords": "", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "gocept.selenium", "package_url": "https://pypi.org/project/gocept.selenium/", "platform": "", "project_url": "https://pypi.org/project/gocept.selenium/", "project_urls": { "Homepage": "https://goceptselenium.readthedocs.org/" }, "release_url": "https://pypi.org/project/gocept.selenium/5.0/", "requires_dist": [ "Pillow", "gocept.httpserverlayer (>=3)", "httpagentparser", "plone.testing (>=7.0)", "selenium (>=3.141.0)", "setuptools", "gocept.httpserverlayer[zopeappwsgi]; extra == 'grok'", "zope.app.appsetup; extra == 'grok'", "gocept.httpserverlayer[plonetestingzope]; extra == 'plonetesting'", "Pillow; extra == 'screenshot'" ], "requires_python": "", "summary": "Test-friendly Python API for Selenium and integration with web application frameworks.", "version": "5.0" }, "last_serial": 5216074, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "26a7df1eea00b25fc4aeed8364b00f16", "sha256": "ca27fe148ebed7cecd8ec241297df758146a648dcaa055aeef2fddfd85ac84ad" }, "downloads": -1, "filename": "gocept.selenium-0.1.tar.gz", "has_sig": false, "md5_digest": "26a7df1eea00b25fc4aeed8364b00f16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7016, "upload_time": "2009-11-08T16:50:10", "url": "https://files.pythonhosted.org/packages/23/f2/8b9287c0e419e564ee90533376370e5e617b907cfa2b7eaedb7a7ce1f964/gocept.selenium-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "881000cb5c6116de30029abdb814ca32", "sha256": "45548a4ff08eaab8ad94612848995df0bd47ea89f23620cd33e95a3941d6bfcb" }, "downloads": -1, "filename": "gocept.selenium-0.1.1.tar.gz", "has_sig": false, "md5_digest": "881000cb5c6116de30029abdb814ca32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9784, "upload_time": "2009-11-08T17:02:32", "url": "https://files.pythonhosted.org/packages/08/db/f290eacf2d849841457e452b86438ce01fc4de875444867b8d8389170b82/gocept.selenium-0.1.1.tar.gz" } ], "0.10": [ { "comment_text": "", "digests": { "md5": "cc6ff5d0a0d4a8847de63a1f85b28bb5", "sha256": "423123a417ca845bc87d35cda43941eadc3fd94866e68e1f6e953d9d0ac1ad94" }, "downloads": -1, "filename": "gocept.selenium-0.10.tar.gz", "has_sig": false, "md5_digest": "cc6ff5d0a0d4a8847de63a1f85b28bb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35954, "upload_time": "2011-01-18T17:01:50", "url": "https://files.pythonhosted.org/packages/92/6c/952e2e949f76bc8212aa018175d701ac4e731198d70a4a49afdee6f2d2b1/gocept.selenium-0.10.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "c6b6294916bcfebe6a7432307bbcea2e", "sha256": "9e07f858a761b32d8ce1fc7c74e31345af78d81f0d506d58381c99493c140379" }, "downloads": -1, "filename": "gocept.selenium-0.10.1.tar.gz", "has_sig": false, "md5_digest": "c6b6294916bcfebe6a7432307bbcea2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35713, "upload_time": "2011-02-02T21:37:11", "url": "https://files.pythonhosted.org/packages/02/f3/113a99b502641bfa5f0151c9667ba38a867054feaaf81daa53d62e35116a/gocept.selenium-0.10.1.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "74ecae255da4b30fab2566ffa935f8ce", "sha256": "657e3dca9834889fc9de1f8fcd967115b4e22e9dec33a380ac27fabd5d79abdc" }, "downloads": -1, "filename": "gocept.selenium-0.11.tar.gz", "has_sig": false, "md5_digest": "74ecae255da4b30fab2566ffa935f8ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69162, "upload_time": "2011-09-15T08:59:49", "url": "https://files.pythonhosted.org/packages/73/03/0327d7b5dc95aa1ec9728410c399e98299028728afcb8ada3b0307d4fe51/gocept.selenium-0.11.tar.gz" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "1a50099c7069e1fa9a510813220b4593", "sha256": "e40ad38491ab1ac08999bd907fdd7bc78f569f2b6272f8a02e485df8b7284c15" }, "downloads": -1, "filename": "gocept.selenium-0.12.tar.gz", "has_sig": false, "md5_digest": "1a50099c7069e1fa9a510813220b4593", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69320, "upload_time": "2011-11-29T17:37:14", "url": "https://files.pythonhosted.org/packages/81/c4/4e68a62f6dbc221cfd9ab8802417d543333e476822e90c28fd3836b07ccc/gocept.selenium-0.12.tar.gz" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "c067cbfbecbca6062d753ac9aca58cd7", "sha256": "866dd58b671131ec8448c24fc3f32a3eb0e782168eea7a11379f44232789103a" }, "downloads": -1, "filename": "gocept.selenium-0.13.tar.gz", "has_sig": true, "md5_digest": "c067cbfbecbca6062d753ac9aca58cd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66210, "upload_time": "2012-01-30T19:06:08", "url": "https://files.pythonhosted.org/packages/51/9a/ad2fa99b1841a7b0722352fbf7521dd3993194d40492a576233233a080e1/gocept.selenium-0.13.tar.gz" } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "c12623981f197a9b3e8826b284337697", "sha256": "ba2e236cb7a70f96cb3204b1cda2455141d9d16f16f40be6906c574aaef5100e" }, "downloads": -1, "filename": "gocept.selenium-0.13.1.tar.gz", "has_sig": false, "md5_digest": "c12623981f197a9b3e8826b284337697", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71444, "upload_time": "2012-03-15T21:06:43", "url": "https://files.pythonhosted.org/packages/9b/47/61f462cced28ee0d4b4fc5f09f46acce9f64b8a018d9d65c2b544c92752e/gocept.selenium-0.13.1.tar.gz" } ], "0.13.2": [ { "comment_text": "", "digests": { "md5": "70bc19d99b07543fcd824b40a79b1765", "sha256": "5a37ed687bae4db04136292e59f799501751c00101b89b58c09413dfb759c19a" }, "downloads": -1, "filename": "gocept.selenium-0.13.2.tar.gz", "has_sig": false, "md5_digest": "70bc19d99b07543fcd824b40a79b1765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71620, "upload_time": "2012-03-15T21:49:51", "url": "https://files.pythonhosted.org/packages/3c/74/f38e61e0ab635d38b1926cfa5725254873b4232775d71673094d09247bfe/gocept.selenium-0.13.2.tar.gz" } ], "0.14": [ { "comment_text": "", "digests": { "md5": "eb057763afb3b49c89e5cc6c0bbeb450", "sha256": "23444a59460cb5963819482f86c634053f1eb56e0b8c79c741360217d565fc68" }, "downloads": -1, "filename": "gocept.selenium-0.14.tar.gz", "has_sig": false, "md5_digest": "eb057763afb3b49c89e5cc6c0bbeb450", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73701, "upload_time": "2012-06-06T09:40:04", "url": "https://files.pythonhosted.org/packages/0e/7f/ede0ef58a311f3386560590c138fd3128719fb892dbd70f2ed0e2d774bf7/gocept.selenium-0.14.tar.gz" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "367dc7a00f6031a72ae105c4c41914b4", "sha256": "3103511e0b557a289810bcd875d37e8f2ae5798b0b77d901bdd654baecf03ea3" }, "downloads": -1, "filename": "gocept.selenium-0.15.zip", "has_sig": false, "md5_digest": "367dc7a00f6031a72ae105c4c41914b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110817, "upload_time": "2012-09-14T07:38:32", "url": "https://files.pythonhosted.org/packages/2e/d2/09d152e91c261661449f48b0455d43c585cefd57dcb7e76dd81b609cc594/gocept.selenium-0.15.zip" } ], "0.16": [ { "comment_text": "", "digests": { "md5": "481fb0525abd6f74b1b62132a74426bc", "sha256": "3dd704eb598b135d70c9f9ee2154512faf8347a1b5f250b8beda2269d745bfd1" }, "downloads": -1, "filename": "gocept.selenium-0.16.zip", "has_sig": false, "md5_digest": "481fb0525abd6f74b1b62132a74426bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110247, "upload_time": "2012-10-10T07:55:14", "url": "https://files.pythonhosted.org/packages/b9/9f/f6ec8b8238e97620796f2305f381be0630b44f0c9a2af9c06c6b9d981c6f/gocept.selenium-0.16.zip" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "f059617cc3c89388940028ad373ebf7b", "sha256": "ed871cbb152aa9a36af0b5d33f9ae9ef69ebad1a32002287d0aa9bbbb3e110a7" }, "downloads": -1, "filename": "gocept.selenium-0.17.zip", "has_sig": false, "md5_digest": "f059617cc3c89388940028ad373ebf7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113325, "upload_time": "2012-11-01T14:40:05", "url": "https://files.pythonhosted.org/packages/7d/94/b678f5b89fa2b99d275fbcc0214a8d885e49408892a1f6f96e31c25153d0/gocept.selenium-0.17.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "41059d9944f31fa55340643c7dc56740", "sha256": "dca3aa7da9bbe7716d00145e5509009b7cafa792da953c8459505a806f3a6a6e" }, "downloads": -1, "filename": "gocept.selenium-0.2.tar.gz", "has_sig": false, "md5_digest": "41059d9944f31fa55340643c7dc56740", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9310, "upload_time": "2009-12-18T14:38:11", "url": "https://files.pythonhosted.org/packages/5d/28/e3ade4a7f99bd7403160085d1e4dcb8ef727614f0724c8d7f2ee269b1b53/gocept.selenium-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "81aa2cbcb8d7bb43aaa03c752788a84b", "sha256": "9ed30954c1f5339915d2d4aac0bca7fb4f7afe0355d5f448d91342dd83c930e3" }, "downloads": -1, "filename": "gocept.selenium-0.2.1.tar.gz", "has_sig": false, "md5_digest": "81aa2cbcb8d7bb43aaa03c752788a84b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11154, "upload_time": "2009-12-18T14:50:19", "url": "https://files.pythonhosted.org/packages/1b/90/4b8becc9d73ac540d7936e1d20e31d1febd67b9a8067b97870a75a8b785a/gocept.selenium-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e075de438b7767c095d58591a002656f", "sha256": "911c0465b7b5d088a39b16040de1b225bd7d0562616999418bcd91787927a7e9" }, "downloads": -1, "filename": "gocept.selenium-0.3.tar.gz", "has_sig": false, "md5_digest": "e075de438b7767c095d58591a002656f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12003, "upload_time": "2010-01-12T12:52:37", "url": "https://files.pythonhosted.org/packages/15/fe/bb805c2cd5a112c9314922c2015d7994138fce3f072eec59cea19f905df5/gocept.selenium-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "8b28fcb25ca60edcd07fd8f266e007f8", "sha256": "9a43218d5645c78ab5d3d6a91ccc37b4238a1444d809239ad07357af5f8f9864" }, "downloads": -1, "filename": "gocept.selenium-0.4.tar.gz", "has_sig": true, "md5_digest": "8b28fcb25ca60edcd07fd8f266e007f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15598, "upload_time": "2010-03-30T14:08:04", "url": "https://files.pythonhosted.org/packages/a4/02/4ced106c90255a11565f5bc035141824554068f069d9e3ff2abdfe5d8e4b/gocept.selenium-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "43e6557caa5a16136526293deb7f1ecf", "sha256": "e931a7a0867611bbf1f14045c6bc704dbb456ccbf3b63889048f2bedfb72df63" }, "downloads": -1, "filename": "gocept.selenium-0.4.1.tar.gz", "has_sig": false, "md5_digest": "43e6557caa5a16136526293deb7f1ecf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16378, "upload_time": "2010-04-01T14:24:01", "url": "https://files.pythonhosted.org/packages/5e/71/c78464bef22a01c6927bda8df72dbe6c7f33052e30c957b822edd0585b39/gocept.selenium-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "08beccce0b27c22cde8757ecdc7439ef", "sha256": "1266b774a2e6d8dbf28e10c5c3a1d3cf0bde4315d389b09fa3f6009475ab9225" }, "downloads": -1, "filename": "gocept.selenium-0.4.2.tar.gz", "has_sig": true, "md5_digest": "08beccce0b27c22cde8757ecdc7439ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16134, "upload_time": "2010-05-20T10:38:34", "url": "https://files.pythonhosted.org/packages/b9/ee/9f366fc03b56104c590a2273b7a954c3fce76e9349990d0905b0ada6ed74/gocept.selenium-0.4.2.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "7ffb3dfc5d47fa6dd9921fb6737cf4ed", "sha256": "bd2d50b84035c833b5f0dc39831bcac036eef69e4dcacb5e76a457e7c507f33e" }, "downloads": -1, "filename": "gocept.selenium-0.5.tar.gz", "has_sig": false, "md5_digest": "7ffb3dfc5d47fa6dd9921fb6737cf4ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15704, "upload_time": "2010-08-03T09:58:59", "url": "https://files.pythonhosted.org/packages/2d/a0/3a5aa8ca3046158dc553b5270571adbe79029246f09299b1c80f4a777b85/gocept.selenium-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "2bb068ec457327be952f44eb0735c78c", "sha256": "5b42e94149ca1af0250640096829987b46d1dba73a17d3f95328dc48d1827e44" }, "downloads": -1, "filename": "gocept.selenium-0.6.tar.gz", "has_sig": true, "md5_digest": "2bb068ec457327be952f44eb0735c78c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18512, "upload_time": "2010-08-09T10:53:19", "url": "https://files.pythonhosted.org/packages/6c/27/ffd41c8946ecda43d6cf350951b31e2a085073484a62dbfee968325d2c2e/gocept.selenium-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "a9c5e3b60b378598b6e12bdf82cbb769", "sha256": "c4630c777721f52dc3b5b6aba7bc9145f2bf483e688e56f0b3d318fd31cd45d6" }, "downloads": -1, "filename": "gocept.selenium-0.7.tar.gz", "has_sig": false, "md5_digest": "a9c5e3b60b378598b6e12bdf82cbb769", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17771, "upload_time": "2010-08-16T10:38:22", "url": "https://files.pythonhosted.org/packages/10/14/c2621411fb02b064c12f2ad580813d678b23cec89041fba5ab5829f96732/gocept.selenium-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "e0ae1c7e88c62342153f2fc7052ecfc8", "sha256": "8f760b5edcf17ec461396ade88bfcdb1d0f67e2889a94402968cd785d3367963" }, "downloads": -1, "filename": "gocept.selenium-0.8.tar.gz", "has_sig": false, "md5_digest": "e0ae1c7e88c62342153f2fc7052ecfc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18458, "upload_time": "2010-10-22T13:36:41", "url": "https://files.pythonhosted.org/packages/04/d9/173b86b3bba7634e5f725659d3ac71b6d657fe67f9609b6b8d17158e3543/gocept.selenium-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "ca8f9c0e2deb9457bd7401592d5eb3b5", "sha256": "08ffb9000d990fc1eb35bfc148e9a8d974de1f392c571f4a5cd162abf5471856" }, "downloads": -1, "filename": "gocept.selenium-0.9.tar.gz", "has_sig": false, "md5_digest": "ca8f9c0e2deb9457bd7401592d5eb3b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29498, "upload_time": "2010-12-28T12:33:05", "url": "https://files.pythonhosted.org/packages/60/c7/faea11248a511910686142fb28144fd42d3906e2bd53c93983a10760d940/gocept.selenium-0.9.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "32c371fdfad3f33b8b12d194dd6e2c00", "sha256": "c9a98b52fb63528a04ff1d6bc4e39768af95cd25e661c393540f0d823b3cfd98" }, "downloads": -1, "filename": "gocept.selenium-1.0.zip", "has_sig": false, "md5_digest": "32c371fdfad3f33b8b12d194dd6e2c00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108835, "upload_time": "2012-11-03T13:15:03", "url": "https://files.pythonhosted.org/packages/09/66/313ec321187408749493f8441e73ad6286e6bcb3c6284ffc621d8ed60a38/gocept.selenium-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "b076557864a741488b7acd72ab9f0962", "sha256": "32e98268fb520c77490b778d0ab50c8c816a596b5a74d10bf3f44b29bebc84ac" }, "downloads": -1, "filename": "gocept.selenium-1.1.zip", "has_sig": false, "md5_digest": "b076557864a741488b7acd72ab9f0962", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108612, "upload_time": "2012-12-19T16:55:31", "url": "https://files.pythonhosted.org/packages/16/00/772bee60c99689ea304956623fc92ad2a0f9843a62b0908a7b6c36f71217/gocept.selenium-1.1.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "c0d19ac75b93c7f4d20f6b240974f2df", "sha256": "3b7f2ab76ab71136d0a4b09d1652403f5b70f54df65545619d682be8badb47ab" }, "downloads": -1, "filename": "gocept.selenium-1.1.1.zip", "has_sig": false, "md5_digest": "c0d19ac75b93c7f4d20f6b240974f2df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109241, "upload_time": "2012-12-19T17:15:32", "url": "https://files.pythonhosted.org/packages/7f/1c/1728ecf8d2f6de3f39f250bc887f005b313df5dc96ff549f5365e560ee94/gocept.selenium-1.1.1.zip" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "6fd24376f8fc9f0cc9f64f8f15a9e974", "sha256": "5d000f795aa31383711c838db394efee4c8c983bb17e1574bd167bc1c6dc6f97" }, "downloads": -1, "filename": "gocept.selenium-1.1.2.tar.gz", "has_sig": true, "md5_digest": "6fd24376f8fc9f0cc9f64f8f15a9e974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66505, "upload_time": "2012-12-21T14:42:18", "url": "https://files.pythonhosted.org/packages/4a/91/2df842cc140ab335cd124888fbf607d9f2d65aa5fe3edbe9f62b5b9537bd/gocept.selenium-1.1.2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "8c95df899abc52ae73b6c710a5f02355", "sha256": "276c210b8a265d05c606ff6d532333b885d8262bd81d3b326d7043cc124efee0" }, "downloads": -1, "filename": "gocept.selenium-2.0.0.zip", "has_sig": false, "md5_digest": "8c95df899abc52ae73b6c710a5f02355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147659, "upload_time": "2013-10-02T09:01:00", "url": "https://files.pythonhosted.org/packages/3e/0a/1b28709f3e50fe18838d8ee4c8c219a1587de15b34ed0c630f0634827e5b/gocept.selenium-2.0.0.zip" } ], "2.0.0a1": [ { "comment_text": "", "digests": { "md5": "994e824edc43d193448509e4b23b92e0", "sha256": "a494ba26e6e696343e3dc31cc4ad7016976f0e0438b3a446966d41dd6fbdc616" }, "downloads": -1, "filename": "gocept.selenium-2.0.0a1.tar.gz", "has_sig": true, "md5_digest": "994e824edc43d193448509e4b23b92e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71006, "upload_time": "2012-12-12T08:30:56", "url": "https://files.pythonhosted.org/packages/25/d5/7f44f272ef6ca4c5bc1f8f2458406634d951196a88c4e424b5d8ab7449f1/gocept.selenium-2.0.0a1.tar.gz" } ], "2.0.0a2": [ { "comment_text": "", "digests": { "md5": "f91569a45a9c00bd617e3a5a56633886", "sha256": "0ffbf77887468c13dbeb2a2bf8a7bb88aa3230e235c7fa4a231252d5a369fc2b" }, "downloads": -1, "filename": "gocept.selenium-2.0.0a2.zip", "has_sig": false, "md5_digest": "f91569a45a9c00bd617e3a5a56633886", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120357, "upload_time": "2013-01-09T09:22:29", "url": "https://files.pythonhosted.org/packages/10/ab/6298fad46ca02fb6b5fc15e05af4a5b992e9c80977ad642d03749483b356/gocept.selenium-2.0.0a2.zip" } ], "2.0.0b1": [ { "comment_text": "", "digests": { "md5": "d82f256bd943adb30805d2e1f61f46dd", "sha256": "294c588a4e727774ea8ad52e7077026b09565d974a4d29320b6ac85772319e0c" }, "downloads": -1, "filename": "gocept.selenium-2.0.0b1.zip", "has_sig": false, "md5_digest": "d82f256bd943adb30805d2e1f61f46dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141550, "upload_time": "2013-02-14T10:19:50", "url": "https://files.pythonhosted.org/packages/a2/36/b9d245adeb9504d68fb2e2cabf6453f71cefae855a3913433038895e6e44/gocept.selenium-2.0.0b1.zip" } ], "2.0.0b2": [ { "comment_text": "", "digests": { "md5": "9844a8b363ea6dca9d3d1a05f5001413", "sha256": "bffba6ee0baef74738c77c52d6c4542c91dadd71a00778a7b0bc06758ccd26d8" }, "downloads": -1, "filename": "gocept.selenium-2.0.0b2.zip", "has_sig": false, "md5_digest": "9844a8b363ea6dca9d3d1a05f5001413", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144536, "upload_time": "2013-03-01T13:43:02", "url": "https://files.pythonhosted.org/packages/90/54/bf8a2b01af7ed3690cef2e35c2ba3db715888c4f1380eeb0db6de06b36bd/gocept.selenium-2.0.0b2.zip" } ], "2.0.0b3": [ { "comment_text": "", "digests": { "md5": "2193c667e52daf64fe56a602af46b57b", "sha256": "26b9bf76ae4b182912660af9da01ee4899079bd4f7f1151b9fb3a2b0adb93328" }, "downloads": -1, "filename": "gocept.selenium-2.0.0b3.tar.gz", "has_sig": true, "md5_digest": "2193c667e52daf64fe56a602af46b57b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99964, "upload_time": "2013-04-10T12:27:47", "url": "https://files.pythonhosted.org/packages/cc/a4/da46bff20067443afad4c1e0326de9cdaa918f3050deba0c119167a35798/gocept.selenium-2.0.0b3.tar.gz" } ], "2.0.0b4": [ { "comment_text": "", "digests": { "md5": "dc646a871abf8e46cf22ce1e751b9c63", "sha256": "dc357f6035c787c98a19ac6433f59e0fa123cb99b92d00266d0d53513aeba485" }, "downloads": -1, "filename": "gocept.selenium-2.0.0b4.zip", "has_sig": false, "md5_digest": "dc646a871abf8e46cf22ce1e751b9c63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147155, "upload_time": "2013-04-26T08:25:03", "url": "https://files.pythonhosted.org/packages/85/f7/af8c07fbbc27bb2111a9fbc0b9c5f8a8a1e310ebd3b44fda06f873459178/gocept.selenium-2.0.0b4.zip" } ], "2.0.0b5": [ { "comment_text": "", "digests": { "md5": "46cd22646793fa89a603925ddf76af15", "sha256": "8fd296ff2f520705cb865b950efe09636e0199ea39bbb6f9f498d5d7d2480d3a" }, "downloads": -1, "filename": "gocept.selenium-2.0.0b5.zip", "has_sig": false, "md5_digest": "46cd22646793fa89a603925ddf76af15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147474, "upload_time": "2013-10-01T11:15:18", "url": "https://files.pythonhosted.org/packages/fc/9b/8791ece2626748a8efdb32e93597d2a1f22f255d20eb117b9a51f7888261/gocept.selenium-2.0.0b5.zip" } ], "2.0.0b6": [ { "comment_text": "", "digests": { "md5": "3ab4a93f7c45ea084b8270b7cb0d7eef", "sha256": "eee4de16565641b6788eab6d899f09da5d7da7437b0b254ff67ac8253b893fd3" }, "downloads": -1, "filename": "gocept.selenium-2.0.0b6.zip", "has_sig": false, "md5_digest": "3ab4a93f7c45ea084b8270b7cb0d7eef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147842, "upload_time": "2013-10-02T05:55:35", "url": "https://files.pythonhosted.org/packages/5a/c2/6cdd76d92ff30639ed7f2b10f723eda191687b8fc8fed3d258dbd0239bc5/gocept.selenium-2.0.0b6.zip" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "20b57a61a3cb1fee4dfa48e6fe0eb603", "sha256": "1539c2e28328fb06b3d5508daee84312f85ab6ec1d2e288b3f0fd267fa55b2fe" }, "downloads": -1, "filename": "gocept.selenium-2.1.0.zip", "has_sig": false, "md5_digest": "20b57a61a3cb1fee4dfa48e6fe0eb603", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149158, "upload_time": "2013-12-20T08:46:16", "url": "https://files.pythonhosted.org/packages/b8/0f/3fe0cfa6661682c5d5bcad160fb7d13b074c818e1b5cc9d5c9038c7f42e3/gocept.selenium-2.1.0.zip" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "80bee465e168abc9c296a4fc2096136f", "sha256": "1ba1ee3fc41197c55137538d21e04dff48092c1454132ad2ad381dc1942db176" }, "downloads": -1, "filename": "gocept.selenium-2.1.1.zip", "has_sig": false, "md5_digest": "80bee465e168abc9c296a4fc2096136f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149389, "upload_time": "2014-04-28T11:00:47", "url": "https://files.pythonhosted.org/packages/12/f9/878514b03f11c905739bd5a04e218b71e28d33e7c0579f872a9021c246e8/gocept.selenium-2.1.1.zip" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "fc76da3aec0577a5afb9c5450cc839fd", "sha256": "66da19aa40d056f117a79d9717c343777e2e363fe3cce02545fa2c6e803217e1" }, "downloads": -1, "filename": "gocept.selenium-2.1.2.zip", "has_sig": false, "md5_digest": "fc76da3aec0577a5afb9c5450cc839fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149689, "upload_time": "2014-06-25T12:22:13", "url": "https://files.pythonhosted.org/packages/76/9d/a07ea5ba70de06cdc4554f15939fca8a5588e747bafcab1165ad1924c2e2/gocept.selenium-2.1.2.zip" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "785d53a5ce01653b33806b58c437fefe", "sha256": "7fc2c321876d04114494337348a84f2e708d1c564e56be0622c0fb8d90f63bb6" }, "downloads": -1, "filename": "gocept.selenium-2.1.3.zip", "has_sig": false, "md5_digest": "785d53a5ce01653b33806b58c437fefe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150226, "upload_time": "2014-07-07T13:42:09", "url": "https://files.pythonhosted.org/packages/99/52/d47f53b490134119d60246e09735e68f319d4023ed137542f91a55b337de/gocept.selenium-2.1.3.zip" } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "c67b594b95777333cb34cf04e67656fd", "sha256": "869e8b1177442db5a24187b88e096219573aa0d1cc71a913db74eafceb993e30" }, "downloads": -1, "filename": "gocept.selenium-2.1.4.zip", "has_sig": false, "md5_digest": "c67b594b95777333cb34cf04e67656fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150637, "upload_time": "2014-07-09T06:41:26", "url": "https://files.pythonhosted.org/packages/cd/2b/f627c2b865412bf5cd39b0ebf2b629c30ca40c5ddfadb49531472aeaac13/gocept.selenium-2.1.4.zip" } ], "2.1.5": [ { "comment_text": "", "digests": { "md5": "1cd36649c57335cce779ac80e4457cf7", "sha256": "6d1528f976428ba2e0a954364ed628b345fdd8c82ca8af0d10532403900f3644" }, "downloads": -1, "filename": "gocept.selenium-2.1.5.zip", "has_sig": false, "md5_digest": "1cd36649c57335cce779ac80e4457cf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150873, "upload_time": "2014-07-26T14:00:30", "url": "https://files.pythonhosted.org/packages/a5/fe/6a9b34c74ddfed1bd5fe8974fc646e3dcf4634a54b3137972486ac744bcb/gocept.selenium-2.1.5.zip" } ], "2.1.6": [ { "comment_text": "", "digests": { "md5": "9acc6df0cd9ab0c4678e92aabedf9b99", "sha256": "37989953242bcd0dc381eb8b535a84667a35dad59a6a7c27f7ca2f30204a18b0" }, "downloads": -1, "filename": "gocept.selenium-2.1.6.zip", "has_sig": false, "md5_digest": "9acc6df0cd9ab0c4678e92aabedf9b99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151526, "upload_time": "2014-08-06T09:42:17", "url": "https://files.pythonhosted.org/packages/43/bd/6e3c55de4297e70bfa912719dcc7c4ff566e24be5d008e56c963c0d447fb/gocept.selenium-2.1.6.zip" } ], "2.1.7": [ { "comment_text": "", "digests": { "md5": "b54188e13ab8611d38e3aa84c8320256", "sha256": "60833a55d3898b9cfda7c6c1bddccf2a89f9b604bc1bd696f1803a17dd117f30" }, "downloads": -1, "filename": "gocept.selenium-2.1.7.zip", "has_sig": false, "md5_digest": "b54188e13ab8611d38e3aa84c8320256", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151608, "upload_time": "2014-08-12T12:47:06", "url": "https://files.pythonhosted.org/packages/3b/4b/33f9a9ae6db733e34941935030706017f88f5dca95efd314d664f81a423f/gocept.selenium-2.1.7.zip" } ], "2.1.8": [ { "comment_text": "", "digests": { "md5": "c400268c3c2dc70062c51be0dac74f2d", "sha256": "8bfa5e1b3815ba5b1541da7f9e96cee8e0a0cfb77b025788cdb89fad3c048f64" }, "downloads": -1, "filename": "gocept.selenium-2.1.8.zip", "has_sig": false, "md5_digest": "c400268c3c2dc70062c51be0dac74f2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151890, "upload_time": "2014-09-04T11:49:58", "url": "https://files.pythonhosted.org/packages/fa/08/fd6bb0e70a8194fc40f2efdeb80aa7e94f12d4bfca6dc2a97b47a75a1307/gocept.selenium-2.1.8.zip" } ], "2.1.9": [ { "comment_text": "", "digests": { "md5": "a926ce7220292fb3ec7ab1ab1b43b8b1", "sha256": "3dd4ec26fee8bf8a91ade9fcb51f1d78ce33f83db31506a197f9d29c3af6c6ae" }, "downloads": -1, "filename": "gocept.selenium-2.1.9.zip", "has_sig": false, "md5_digest": "a926ce7220292fb3ec7ab1ab1b43b8b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152182, "upload_time": "2014-11-06T22:23:58", "url": "https://files.pythonhosted.org/packages/45/2f/eaca24310c309e8cdf6adf5ce20342616e73535408940dac57e6e0addfc2/gocept.selenium-2.1.9.zip" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "0e5026da107028063882b8cc1a198d00", "sha256": "acfcc799cbc543c9c9fb52cf9ef68eddfe6a3b31d30c06c1e012b56e82482148" }, "downloads": -1, "filename": "gocept.selenium-2.2.0.zip", "has_sig": false, "md5_digest": "0e5026da107028063882b8cc1a198d00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153569, "upload_time": "2015-01-07T12:06:29", "url": "https://files.pythonhosted.org/packages/98/14/04237525cc7cc0262ebedc53f1932ae770ae2ae1cbb09c22e531fc44e7d5/gocept.selenium-2.2.0.zip" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "5197068a875bfc80e1e4f41d8277ef8b", "sha256": "698437775c1e342bfb651c7db4c2611fe0276844ffbe55a136a21d81761bde9f" }, "downloads": -1, "filename": "gocept.selenium-2.2.1.zip", "has_sig": false, "md5_digest": "5197068a875bfc80e1e4f41d8277ef8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153696, "upload_time": "2015-01-07T14:24:19", "url": "https://files.pythonhosted.org/packages/57/59/da068b82f059e06051d9bb77f8cadde003ab77ef4df52038e2c458aa6546/gocept.selenium-2.2.1.zip" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "19760edb56aa6758d64dc9fd48624528", "sha256": "f9a3348d9383bf0a07e426c2dcc93d23815ba60dd471493042029ab636d4a4f9" }, "downloads": -1, "filename": "gocept.selenium-2.2.2.zip", "has_sig": false, "md5_digest": "19760edb56aa6758d64dc9fd48624528", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153793, "upload_time": "2015-01-09T13:58:45", "url": "https://files.pythonhosted.org/packages/d8/cf/3b6b0e06c4970268262932642cdc3e8a5dcbf8d18d8bccf2cc6ac39ff968/gocept.selenium-2.2.2.zip" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "766c7a45ec1affcf231910be9f50436c", "sha256": "77c9994b4a0dd27f86f269aa069dfc3e7d8e3d295534e0266ae0b2e2012225ba" }, "downloads": -1, "filename": "gocept.selenium-2.3.0.zip", "has_sig": false, "md5_digest": "766c7a45ec1affcf231910be9f50436c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154511, "upload_time": "2015-03-09T12:33:13", "url": "https://files.pythonhosted.org/packages/d6/69/039de5ded084c1f949f6a7c78c2f7fa4e8a89baa0c65d0c3bf6e817eeb85/gocept.selenium-2.3.0.zip" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "3f7620ca2dd5a8d1a412d401ff0973af", "sha256": "e698c0ff91032d411c1f898f02c1595756c9c46dde79b1dac7bf49797a6c16e9" }, "downloads": -1, "filename": "gocept.selenium-2.4.0.zip", "has_sig": false, "md5_digest": "3f7620ca2dd5a8d1a412d401ff0973af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 154794, "upload_time": "2015-03-27T08:51:09", "url": "https://files.pythonhosted.org/packages/0a/f6/516ed4da86a5d5424ae0e1fb03fb9d24898219ca383f4e8ed5fae4862a1f/gocept.selenium-2.4.0.zip" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "e9906541a126937be3a2845a63768e9a", "sha256": "2d65cb28201d4aae5a8b3396ee77d8948e8b3e42556ed5f587bd33cc607bf947" }, "downloads": -1, "filename": "gocept.selenium-2.4.1.zip", "has_sig": false, "md5_digest": "e9906541a126937be3a2845a63768e9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155028, "upload_time": "2015-06-23T07:49:52", "url": "https://files.pythonhosted.org/packages/98/4c/37ac56152883004bb6512836c2e50dae320a7d3a4f61b17f15ad664497fb/gocept.selenium-2.4.1.zip" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "06951f57ccc329f97b923d6ba52aa9eb", "sha256": "217f0ea60ca6ec44388a7e05e1243447e54729a1d92da12206ac0a56ad0ac1a0" }, "downloads": -1, "filename": "gocept.selenium-2.5.0.tar.gz", "has_sig": false, "md5_digest": "06951f57ccc329f97b923d6ba52aa9eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107509, "upload_time": "2015-08-05T19:18:09", "url": "https://files.pythonhosted.org/packages/8c/b0/abcfcaba2115ef3235bc09100d8ea44142706497b9465b8aaf0ec2f0f446/gocept.selenium-2.5.0.tar.gz" } ], "2.5.1": [ { "comment_text": "", "digests": { "md5": "2261199feec5571314d9403153082cfd", "sha256": "c3c56f448670b8b4ae2cb4fea7caeddcc5177a16ec35f704e8ca04df16bf52a0" }, "downloads": -1, "filename": "gocept.selenium-2.5.1.zip", "has_sig": false, "md5_digest": "2261199feec5571314d9403153082cfd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155457, "upload_time": "2015-08-27T09:17:39", "url": "https://files.pythonhosted.org/packages/cf/81/fd2bb201f4559056199c6c3066e4c20d8d2d8b70d7c9b4727c83c06ca63a/gocept.selenium-2.5.1.zip" } ], "2.5.2": [ { "comment_text": "", "digests": { "md5": "60dddf69e36a3b31fe3ed62ffcd48f36", "sha256": "3c20df0581910a31d13e3f53fb2949efd0aa2cad256a75aed4942976c7815d13" }, "downloads": -1, "filename": "gocept.selenium-2.5.2.tar.gz", "has_sig": false, "md5_digest": "60dddf69e36a3b31fe3ed62ffcd48f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108807, "upload_time": "2016-04-11T09:51:42", "url": "https://files.pythonhosted.org/packages/48/22/62c866a1f594b239bd6028fae158082e405e592f895e887b0e1ed8c9e2a1/gocept.selenium-2.5.2.tar.gz" } ], "2.5.3": [ { "comment_text": "", "digests": { "md5": "f626a712fe3b98aaa1a46fa8a4db31c9", "sha256": "3f1c29b3d4bb18b80b30285f045f23a97b28c9077af43391f737f4c25f39a511" }, "downloads": -1, "filename": "gocept.selenium-2.5.3.tar.gz", "has_sig": false, "md5_digest": "f626a712fe3b98aaa1a46fa8a4db31c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108926, "upload_time": "2016-04-11T13:29:56", "url": "https://files.pythonhosted.org/packages/25/45/481360dbf38ec80dc118d142ef01e0665f11c80ad0038ea69eec56d233a9/gocept.selenium-2.5.3.tar.gz" } ], "2.5.4": [ { "comment_text": "", "digests": { "md5": "a07b6e6a79bd60c5b59880dc395629ca", "sha256": "43f4bd97755e5d82e060f39c75cdf2f20031af7765e2b06d95d64c3a0bf70347" }, "downloads": -1, "filename": "gocept.selenium-2.5.4.tar.gz", "has_sig": false, "md5_digest": "a07b6e6a79bd60c5b59880dc395629ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109227, "upload_time": "2016-04-12T08:00:32", "url": "https://files.pythonhosted.org/packages/37/07/6fa72d1725d2de9ee785056e8998f42c8b7ca906ffa2f9116211115bb8b7/gocept.selenium-2.5.4.tar.gz" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "635262e6785f77a29852979aee843cec", "sha256": "a0f245c698be750cb4bcb534899d92ba2848b4bf61c72007bfbc7fbc1a0c0692" }, "downloads": -1, "filename": "gocept.selenium-3.0.tar.gz", "has_sig": false, "md5_digest": "635262e6785f77a29852979aee843cec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103469, "upload_time": "2016-06-07T09:13:19", "url": "https://files.pythonhosted.org/packages/b2/fb/a916953a78fadf22af5cedec2c3e8861223b260aea76fa208bb0a20db3c6/gocept.selenium-3.0.tar.gz" } ], "3.1": [ { "comment_text": "", "digests": { "md5": "2553dfe9f4ef13996cd42f90e94856e6", "sha256": "3c00a444aa0312e4b5f4f5c48c5dd763f1390b60a2277114f36c4e0265fe1053" }, "downloads": -1, "filename": "gocept.selenium-3.1.tar.gz", "has_sig": false, "md5_digest": "2553dfe9f4ef13996cd42f90e94856e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103819, "upload_time": "2016-11-11T12:36:56", "url": "https://files.pythonhosted.org/packages/8b/19/7da54e6f3908bbf271905f66a165d0cabe0fedfeee7e5260bd88a09c3c05/gocept.selenium-3.1.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "b22e91696200298b8f7f273dc69ce197", "sha256": "0668bbc3af0f28dca340f00a84823653c9a5b51c8c96d7d9b1fa726d2b417985" }, "downloads": -1, "filename": "gocept.selenium-3.1.1.tar.gz", "has_sig": false, "md5_digest": "b22e91696200298b8f7f273dc69ce197", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104403, "upload_time": "2017-03-07T09:01:21", "url": "https://files.pythonhosted.org/packages/7f/cc/29fa9405cd62c2f918cd0d69de7b047d898f1c4d16cb9929e351225d43e3/gocept.selenium-3.1.1.tar.gz" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "effef49a4ebbae133dd281eb68abb8ba", "sha256": "bde0c8a5a6fd929d62963c2c98bc8ad7c361b1bd1d541061b5ee0a9028682d7b" }, "downloads": -1, "filename": "gocept.selenium-4.0.tar.gz", "has_sig": false, "md5_digest": "effef49a4ebbae133dd281eb68abb8ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106099, "upload_time": "2018-11-09T12:04:26", "url": "https://files.pythonhosted.org/packages/29/f1/e49cf3c40f9bdbfe518cbde5f798936fe83ef9ff59434c12eeb5811ee387/gocept.selenium-4.0.tar.gz" } ], "5.0": [ { "comment_text": "", "digests": { "md5": "dc929621f6ebb0b8d61cd03e649dcda0", "sha256": "13fb2ce34e4eb2af3f797516f5d6564d7e024c209ea16ba5b28c4d334cc4d73c" }, "downloads": -1, "filename": "gocept.selenium-5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc929621f6ebb0b8d61cd03e649dcda0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 77539, "upload_time": "2019-05-02T09:20:51", "url": "https://files.pythonhosted.org/packages/66/dd/97f3430740061bac4bbba4823fdef7858b7bc11419558103c96f2725a4eb/gocept.selenium-5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a56ef275eafbef039972695c2c50b987", "sha256": "701bb24c98c433f79e6853d809e9f084e010d4b9eb867892b74447ab222d060b" }, "downloads": -1, "filename": "gocept.selenium-5.0.tar.gz", "has_sig": false, "md5_digest": "a56ef275eafbef039972695c2c50b987", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99428, "upload_time": "2019-05-02T09:21:01", "url": "https://files.pythonhosted.org/packages/51/f4/1414369cae09c692c38901680c0c6782a1e70a58d594f675d68a02270e6d/gocept.selenium-5.0.tar.gz" } ], "5.0a1": [ { "comment_text": "", "digests": { "md5": "fe6070f3f0a5e4044a7c0c9d2008cfe3", "sha256": "69e1e0d4d88d4fd30ec32a6cd8a9d8b0c874c0d8ec062ed832a3d595e5a5d43b" }, "downloads": -1, "filename": "gocept.selenium-5.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe6070f3f0a5e4044a7c0c9d2008cfe3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 77548, "upload_time": "2019-03-05T14:29:59", "url": "https://files.pythonhosted.org/packages/9e/8e/a04f05c84369a3126f3fefaa459536e39d79377215ae3f5e0d1a1125be77/gocept.selenium-5.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a01de049ed0b47ebce37864f066df0ef", "sha256": "3c9ba75b474330c14687374c31ccad06c43d3f382f322c3fe10905c100e90b01" }, "downloads": -1, "filename": "gocept.selenium-5.0a1.tar.gz", "has_sig": false, "md5_digest": "a01de049ed0b47ebce37864f066df0ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94317, "upload_time": "2019-03-05T14:30:01", "url": "https://files.pythonhosted.org/packages/10/ea/72e1d84f4cb90b4bff9bf3bcd637b231f71ae45cb890fa832e2152ff7b1a/gocept.selenium-5.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc929621f6ebb0b8d61cd03e649dcda0", "sha256": "13fb2ce34e4eb2af3f797516f5d6564d7e024c209ea16ba5b28c4d334cc4d73c" }, "downloads": -1, "filename": "gocept.selenium-5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc929621f6ebb0b8d61cd03e649dcda0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 77539, "upload_time": "2019-05-02T09:20:51", "url": "https://files.pythonhosted.org/packages/66/dd/97f3430740061bac4bbba4823fdef7858b7bc11419558103c96f2725a4eb/gocept.selenium-5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a56ef275eafbef039972695c2c50b987", "sha256": "701bb24c98c433f79e6853d809e9f084e010d4b9eb867892b74447ab222d060b" }, "downloads": -1, "filename": "gocept.selenium-5.0.tar.gz", "has_sig": false, "md5_digest": "a56ef275eafbef039972695c2c50b987", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99428, "upload_time": "2019-05-02T09:21:01", "url": "https://files.pythonhosted.org/packages/51/f4/1414369cae09c692c38901680c0c6782a1e70a58d594f675d68a02270e6d/gocept.selenium-5.0.tar.gz" } ] }