{ "info": { "author": "Adam Groszer and the Zope Community", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Testing" ], "description": "z3c.webdriver\n=============\n\nThis package provides tools and wrappers around ``selenium.webdriver``.\n\nWe specially care about ``selenium.webdriver.PhantomJS``, because:\n\n - it's easy to deploy, it's a single executable, ``gp.recipe.phantomjs`` works\n - it's built on ``webkit``\n - it can be debugged with a ``Chromium`` / ``Chrome`` browser, incl. breakpoints\n\nThings to watch out for:\n\n - any single instance of PhantomJS acts as a single browser instance\n that means cookies and whatnot are *shared* if you intantiate more\n browsers for a single driver.\n Workaround could be to start more drivers.\n - the headless browser is truly ``async``, that means an AJAX click does NOT\n wait for the AJAX request to complete, you explicitely need to wait for it\n - any single call to PhantomJS via selenium takes TIME\n - zope.testbrowser supporting methods like ``getControl`` are slow now\n - there are 2 options for setUp/tearDown, either the driver is started and torn\n down with the layer or with each test. Starting and stopping takes around\n 1.5-2 secs, so you decide whether you need separation or speed.\n\nWARNING\n========\nThis is WORK IN PROGRESS\n\n\n0.0.1 (2013-05-09)\n------------------\n\n- Initial Release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/z3c.webdriver", "keywords": "selenium webdriver phantomjs", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "z3c.webdriver", "package_url": "https://pypi.org/project/z3c.webdriver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/z3c.webdriver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/z3c.webdriver" }, "release_url": "https://pypi.org/project/z3c.webdriver/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A wrapper around selenium webdriver and some tools", "version": "0.0.1" }, "last_serial": 802125, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6b7de013b368fe08fd443f1b8d9e4559", "sha256": "98a51e8c1a3580239955c5329b8a5c1a6d11cdfd6d83598ea421deb459e90c4e" }, "downloads": -1, "filename": "z3c.webdriver-0.0.1.zip", "has_sig": false, "md5_digest": "6b7de013b368fe08fd443f1b8d9e4559", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105840, "upload_time": "2013-05-09T12:53:13", "url": "https://files.pythonhosted.org/packages/75/c0/5591e6ea9fa3086d0b31a5de917839fbf0f0e6a6ad965f0f0171e021b9ad/z3c.webdriver-0.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6b7de013b368fe08fd443f1b8d9e4559", "sha256": "98a51e8c1a3580239955c5329b8a5c1a6d11cdfd6d83598ea421deb459e90c4e" }, "downloads": -1, "filename": "z3c.webdriver-0.0.1.zip", "has_sig": false, "md5_digest": "6b7de013b368fe08fd443f1b8d9e4559", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105840, "upload_time": "2013-05-09T12:53:13", "url": "https://files.pythonhosted.org/packages/75/c0/5591e6ea9fa3086d0b31a5de917839fbf0f0e6a6ad965f0f0171e021b9ad/z3c.webdriver-0.0.1.zip" } ] }