{ "info": { "author": "Juan C. Rold\u00e1n", "author_email": "juancarlos@sevilla.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# AutoSelenium: Ready-to-run Selenium\n\nThis Python 3 library solves most of the problems usually found when using Selenium.\n\n## Installing\n\n1. Install a version of Firefox compatible with geckodriver 0.26.0 (see this [compatibility table](https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html))\n2. Install this library via pip using: `pip install autoselenium`\n\n## Usage\n\n```python\n>>> from autoselenium import Firefox\n>>>\n>>> driver = Firefox(headless=True)\n>>>\n>>> driver.get('https://juancroldan.com')\n>>> driver.find_element_by_tag_name('div').get_attribute('outerHTML')\n'
'\n>>>\n>>> driver.get_with_render('https://juancroldan.com')\n>>> driver.find_element_by_tag_name('div').get_attribute('outerHTML')\n'
'\n```\n\nThis library only have one class: `Firefox`, a child of `selenium.drivers.Firefox` with extended construction parameters:\n\n* `headless`: A boolean, False by default. When true, the Firefox interface won't be shown.\n* `detect_driver_path`: A boolean, True by default. When true, geckodriver will be automatically located and downloaded.\n* `disable_images`: A boolean, True by default. When true, images won't be loaded to improve the performance.\n* `disable_flash`: A boolean, True by default. When true, Flash will be disabled.\n* `open_links_same_tab`: A boolean, False by default. When true, even new tab links will be opened in the same tab.\n* `timeout`: An integer, 15 by default. Page load timeout.\n* `version`: A string, 0.26.0 by default. If `detect_driver_path` is set, this geckodriver version will be downloaded. When a new geckodriver is relased, it is tested with the latest Selenium version to use the most recent compatible version.\n* Any of the [Selenium Firefox parameters](https://seleniumhq.github.io/selenium/docs/api/py/webdriver_firefox/selenium.webdriver.firefox.webdriver.html#module-selenium.webdriver.firefox.webdriver).\n\nIt also implements one extra function, `driver.get_with_render(url, render_selector='body')`, which works the same way as `driver.get(url)`, processing the nodes selected by `render_selector` with a few rendering operations:\n\n* Nodes without rendering are removed.\n* For every node and child, a few data properties are added:\n\t* `data-xpath`: XPath of the node.\n\t* `data-computed-style`: Computed style of the nodes, using the same notation of the `style` element attribute.\n\t* `data-width`: Width of the node.\n\t* `data-height`: Height of the node.\n\t* `data-width-rel`: Width of the node relative to the page width.\n\t* `data-height-rel`: Height of the node relative to the page height.\n\n## Features\n\n* Full Selenium compatibility: the automatic drivers inherit the Selenium driver, so every available functionality is preserved.\n* Geckodriver management: a valid Geckodriver is automatically downloaded, unzipped and stored according to the Selenium version and operative system.\n* Updated defaults: some of the most common driver configurations are automatically set, such as disabling Flash, ignoring the txt log file or closing the driver when the program ends. All of them can be edited via construction params.\n* Rendering analysis: the rendering features such as computed style, width, height or XPath are added to the page source when using `driver.get_with_render` instead of `driver.get`.\n\n## Contributions \u2728\n\nYou can take any of the pending [enhancements](https://github.com/juancroldan/autoselenium/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement), work on it and open a pull request.\n\n## Changes\n\nFind here the changes on this library (from recent to older) and the features of each version. We follow [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) guidelines to improve the dependency management automation.\n\n### v0.1.0\n\nRelased on Oct 28, 2019.\n\n* More helpful exceptions (including install exceptions).\n* Friendlier readme.\n* Bugfix: now compatible with any Python 3 library.\n\n### v0.0.1\n\nReleased on Oct 10, 2019.\n\n* Initial package upload.\n* Removed table-specific features.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/juancroldan/autoselenium", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "autoselenium", "package_url": "https://pypi.org/project/autoselenium/", "platform": null, "project_url": "https://pypi.org/project/autoselenium/", "project_urls": { "Homepage": "https://github.com/juancroldan/autoselenium" }, "release_url": "https://pypi.org/project/autoselenium/0.1.10/", "requires_dist": [ "requests (>=2.22.0)", "selenium (==3.141.0)" ], "requires_python": "", "summary": "Ready-to-run Selenium.", "version": "0.1.10", "yanked": false, "yanked_reason": null }, "last_serial": 13804380, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "451ee565c8064bbe7ed90278adb2bfac", "sha256": "8bd68ce7bd8fe558db6239a5229264d71056ab6de26d1c843aff5078011556a7" }, "downloads": -1, "filename": "autoselenium-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "451ee565c8064bbe7ed90278adb2bfac", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6038, "upload_time": "2019-10-28T09:06:55", "upload_time_iso_8601": "2019-10-28T09:06:55.050348Z", "url": "https://files.pythonhosted.org/packages/4f/15/1e80d9b84343dcf6287d2075bf69f8a06daf76ee39daa4e098f8dce44e54/autoselenium-0.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c5206b916ae59ebfb76bb0c1e243836d", "sha256": "202e906e9a5c9ddcf1ac0500afbfba657c52139a852440d4eafd1f57e418aea1" }, "downloads": -1, "filename": "autoselenium-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c5206b916ae59ebfb76bb0c1e243836d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4962, "upload_time": "2019-10-28T09:06:57", "upload_time_iso_8601": "2019-10-28T09:06:57.497038Z", "url": "https://files.pythonhosted.org/packages/b6/f8/0c952c2c648eee0a9848017172623c81d7dca1927d5e16a08bc3fc5b7722/autoselenium-0.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "4800f3cc1044632f4e85913cc4b5987f", "sha256": "603a01ef72edc027d9ae00b6655ed6e7f1de9f0086ab3e90359f52c5f5b97997" }, "downloads": -1, "filename": "autoselenium-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "4800f3cc1044632f4e85913cc4b5987f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6023, "upload_time": "2019-10-28T09:58:59", "upload_time_iso_8601": "2019-10-28T09:58:59.832817Z", "url": "https://files.pythonhosted.org/packages/39/d9/10a8f5a2cc06e0486197ce0bd28146f0b3e50a430e32d8fc7e8ccde5db7d/autoselenium-0.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "00b4b3c51786cef419e9050a6c8d0b89", "sha256": "9ac568aeeb99d77e4a5f273a1271ea86ac4b4efd4d9815dd1ce925771d015b68" }, "downloads": -1, "filename": "autoselenium-0.0.3.tar.gz", "has_sig": false, "md5_digest": "00b4b3c51786cef419e9050a6c8d0b89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2019-10-28T09:59:01", "upload_time_iso_8601": "2019-10-28T09:59:01.362276Z", "url": "https://files.pythonhosted.org/packages/a3/d5/7c7dd7b20876ba377ce75707c34c0ac9902088b75fb0357411cdcaa47be1/autoselenium-0.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "573dabb4ed0d65579eb7f94951f9d133", "sha256": "eea8c30f8aad75276f80ec83d78eeb97c85baf3d0249c5f2beab74558dd02c38" }, "downloads": -1, "filename": "autoselenium-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "573dabb4ed0d65579eb7f94951f9d133", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6248, "upload_time": "2019-10-28T10:57:49", "upload_time_iso_8601": "2019-10-28T10:57:49.766905Z", "url": "https://files.pythonhosted.org/packages/be/62/1582eca45689fcc6f7e67fc5c6e19703a135bdf8399b2635d5f87966827c/autoselenium-0.0.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f6bc4127fa8a769c8f6d7b4226dbda6e", "sha256": "f029accdfc4241392bb2b02ddb46409b11f85460a334a5e48ce8d8b8e1e3d2d5" }, "downloads": -1, "filename": "autoselenium-0.0.4.tar.gz", "has_sig": false, "md5_digest": "f6bc4127fa8a769c8f6d7b4226dbda6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5176, "upload_time": "2019-10-28T10:57:51", "upload_time_iso_8601": "2019-10-28T10:57:51.341944Z", "url": "https://files.pythonhosted.org/packages/a3/7b/fe432aa535f67291f4e359ff47a306a3aa517498c6cb7536cf1dbbe6792f/autoselenium-0.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "73e78d7233797e1374ea3344e4fa82ac", "sha256": "5f4e31545781e39e5aac83114dcdba56aa54cd7d8f0bb462779548fdf2bf8509" }, "downloads": -1, "filename": "autoselenium-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "73e78d7233797e1374ea3344e4fa82ac", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6410, "upload_time": "2019-10-28T12:10:04", "upload_time_iso_8601": "2019-10-28T12:10:04.947204Z", "url": "https://files.pythonhosted.org/packages/5f/97/05295a654c28a973b6b47373e28f5cc0b047b187a7543c1ba66543850987/autoselenium-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1305d84cdc5da48f8a552e876cded09e", "sha256": "5909076d4792bdcf9ff4cdef6ee665b219d3b6369d0fa77b7a587406105af7e5" }, "downloads": -1, "filename": "autoselenium-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1305d84cdc5da48f8a552e876cded09e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5390, "upload_time": "2019-10-28T12:10:06", "upload_time_iso_8601": "2019-10-28T12:10:06.646777Z", "url": "https://files.pythonhosted.org/packages/42/93/555d89f0f03b006994af091eaf5c8d5ec8eae3deef94b05c7577ccb3586e/autoselenium-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "766deb1755ff9857ad180e92032b69bb", "sha256": "5bc34ccf0d8143529a2551fd1cd9d98f20529cb97558a1dcffbb26309d056855" }, "downloads": -1, "filename": "autoselenium-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "766deb1755ff9857ad180e92032b69bb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6411, "upload_time": "2019-10-28T12:17:55", "upload_time_iso_8601": "2019-10-28T12:17:55.198867Z", "url": "https://files.pythonhosted.org/packages/33/d1/44996de044180d79a50f55857d9726c797c77f8582b69ba3994b44cfd367/autoselenium-0.1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "09303ef698e7c4a6486d382b8ccd06da", "sha256": "3003456cbd7137a5693f36612f265303303377df9856537f81a1c67b757e9d4a" }, "downloads": -1, "filename": "autoselenium-0.1.1.tar.gz", "has_sig": false, "md5_digest": "09303ef698e7c4a6486d382b8ccd06da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5395, "upload_time": "2019-10-28T12:17:56", "upload_time_iso_8601": "2019-10-28T12:17:56.381327Z", "url": "https://files.pythonhosted.org/packages/7f/42/a230d564916fe24a8be633d0371cef796c17dbdf2013900b49710ac75b36/autoselenium-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "11cc668c7420625cf071b699d1fa268a", "sha256": "6c4b1537eb4c3e20228081e1d0580b9422b11ffc04d99af7baacfeca55bd27d8" }, "downloads": -1, "filename": "autoselenium-0.1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "11cc668c7420625cf071b699d1fa268a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7262, "upload_time": "2022-05-13T09:31:49", "upload_time_iso_8601": "2022-05-13T09:31:49.232578Z", "url": "https://files.pythonhosted.org/packages/82/b5/f886c264c5cba3271a5b5af7e4e4e9a62c2b98eb0ffd34022f5f6062772c/autoselenium-0.1.10-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3049e8f7d25206c00e2d5db81a913909", "sha256": "3b7a67b39e99cb215a6172196452a3cf7d957e0404082d97fa25217ba4c3d76a" }, "downloads": -1, "filename": "autoselenium-0.1.10.tar.gz", "has_sig": false, "md5_digest": "3049e8f7d25206c00e2d5db81a913909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6873, "upload_time": "2022-05-13T09:31:51", "upload_time_iso_8601": "2022-05-13T09:31:51.044894Z", "url": "https://files.pythonhosted.org/packages/60/88/e931435a9a2736945b839f7fe96bee36320c440fa3a9f2525e3e43eb5c5d/autoselenium-0.1.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "39fab0860ca44b5d2f0a47c24ecf724f", "sha256": "4c136f7cf6a04bd4c2d411794c7a1046df69ed5d2a63b420ca2740325a255a45" }, "downloads": -1, "filename": "autoselenium-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "39fab0860ca44b5d2f0a47c24ecf724f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6400, "upload_time": "2019-10-28T12:22:04", "upload_time_iso_8601": "2019-10-28T12:22:04.246997Z", "url": "https://files.pythonhosted.org/packages/58/cd/afd4c18083f2b5a69e17026b8f4e13e180baca97582ec33d3a56443c2d45/autoselenium-0.1.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d085cafd2205362f50a884c2c9ca3b8", "sha256": "eb6bf7877b1a1db82f573f5f073e60c96c217d45fb55e91564d320d85f2c07e5" }, "downloads": -1, "filename": "autoselenium-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6d085cafd2205362f50a884c2c9ca3b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5381, "upload_time": "2019-10-28T12:22:05", "upload_time_iso_8601": "2019-10-28T12:22:05.820975Z", "url": "https://files.pythonhosted.org/packages/e8/ef/2f9a8ad53bb0f49901dbb97b91c0497d9f5ed3ac2187b5f1fd2a30f024f4/autoselenium-0.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "7035299f71b618a7025c0e431f51c9ae", "sha256": "30e2ccc23dbef198acd2c96373fc93182d466c21353c6bef91737d819cd96738" }, "downloads": -1, "filename": "autoselenium-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "7035299f71b618a7025c0e431f51c9ae", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6311, "upload_time": "2019-10-28T12:24:41", "upload_time_iso_8601": "2019-10-28T12:24:41.114787Z", "url": "https://files.pythonhosted.org/packages/d6/b6/3b4a8a67815e832cc0f1f445daf067ab201e2398f5a0c8afaf9e048e070f/autoselenium-0.1.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21572a7f7ee7e7cdbb10b172ad8f3a00", "sha256": "81f5e40708ba10829540fecafd53f3cd270adcaba6a7f704d58e8b9eface5248" }, "downloads": -1, "filename": "autoselenium-0.1.3.tar.gz", "has_sig": false, "md5_digest": "21572a7f7ee7e7cdbb10b172ad8f3a00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5278, "upload_time": "2019-10-28T12:24:42", "upload_time_iso_8601": "2019-10-28T12:24:42.465599Z", "url": "https://files.pythonhosted.org/packages/c1/6d/0243a7d4e2516e927a20b94b891b9f7d3d425b6c124e418ab6f4870ead52/autoselenium-0.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "ab5d5dc5db159b1541fae000052948ee", "sha256": "b5cb4549ad41ef1d090e0f1d1b77c19a5eb51bc84de5d980c9df818c037a948e" }, "downloads": -1, "filename": "autoselenium-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ab5d5dc5db159b1541fae000052948ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6311, "upload_time": "2019-10-28T12:28:40", "upload_time_iso_8601": "2019-10-28T12:28:40.472515Z", "url": "https://files.pythonhosted.org/packages/48/78/88ba8706374a966b3b220ef5d68ac168776416a2ff5b5466d3d43b82f7a1/autoselenium-0.1.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dcc0bc3586a41380d3cf666ee6fc6b2b", "sha256": "5b3091d946670021db54a907933b1013c82be40a992a926c9954027fb26f1b26" }, "downloads": -1, "filename": "autoselenium-0.1.4.tar.gz", "has_sig": false, "md5_digest": "dcc0bc3586a41380d3cf666ee6fc6b2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5279, "upload_time": "2019-10-28T12:28:41", "upload_time_iso_8601": "2019-10-28T12:28:41.593793Z", "url": "https://files.pythonhosted.org/packages/fd/18/8b34fb8c8b4aefd7d75388c3aef8ca858877ec99c3613d25e72624759243/autoselenium-0.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "de712c216fe014ba25c820c4eb7ddae3", "sha256": "b136a7c874841a22be70a3964fbb9a2973a6a2b4880756ca0a85f10717f199b0" }, "downloads": -1, "filename": "autoselenium-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "de712c216fe014ba25c820c4eb7ddae3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6298, "upload_time": "2019-10-28T12:47:37", "upload_time_iso_8601": "2019-10-28T12:47:37.784042Z", "url": "https://files.pythonhosted.org/packages/40/6d/387de1c74d10b93037352940f7d2ee04de8ecf507552640e099c4fce72b3/autoselenium-0.1.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b6ed93aa2b1cc1178d905d8bae90e8a", "sha256": "9bdc2ba9c7f8cc7d703f68e36d292c17c4cdf41ed7b8cdb8ebfd86d0255c1d80" }, "downloads": -1, "filename": "autoselenium-0.1.5.tar.gz", "has_sig": false, "md5_digest": "3b6ed93aa2b1cc1178d905d8bae90e8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5259, "upload_time": "2019-10-28T12:47:39", "upload_time_iso_8601": "2019-10-28T12:47:39.381417Z", "url": "https://files.pythonhosted.org/packages/a3/66/5daf724653844803dff916090f04dc538152d76d7e9aff2eb4ce7d89b5c6/autoselenium-0.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "69bebe9f44fed56934da86d65dfa1b47", "sha256": "0b224a7a87de494e201746c00c2810aa516f8c3fcc37db00b8edc203c0bee672" }, "downloads": -1, "filename": "autoselenium-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "69bebe9f44fed56934da86d65dfa1b47", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6314, "upload_time": "2019-10-30T11:02:55", "upload_time_iso_8601": "2019-10-30T11:02:55.692511Z", "url": "https://files.pythonhosted.org/packages/9d/8f/196b3a77b941704c63ac8ec581bd1bbb71233fd8664d984eb670a0daf687/autoselenium-0.1.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9c157c913fa9d0a25a9d15a6f0191e01", "sha256": "b0ac94ae3cf89b26bb2f66766abfafc7a116f64f3de3555a142c4f5764772cfd" }, "downloads": -1, "filename": "autoselenium-0.1.6.tar.gz", "has_sig": false, "md5_digest": "9c157c913fa9d0a25a9d15a6f0191e01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5285, "upload_time": "2019-10-30T11:02:57", "upload_time_iso_8601": "2019-10-30T11:02:57.222005Z", "url": "https://files.pythonhosted.org/packages/56/50/d98ca0b1fba2129072656c8f4c2094162a9c1142a99d180ad75d8cf870a4/autoselenium-0.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "9170ac02a8a9f03ff544bc29c20658a0", "sha256": "866102f00a747672ec4da31d23196f4db9b302f53471cc3195ec8807f39b9f0a" }, "downloads": -1, "filename": "autoselenium-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "9170ac02a8a9f03ff544bc29c20658a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7248, "upload_time": "2022-05-13T09:23:15", "upload_time_iso_8601": "2022-05-13T09:23:15.886370Z", "url": "https://files.pythonhosted.org/packages/c2/e9/262e50208b50a19b842e5371679b99c1ed8e14f9fa6dc52c3e4cfc8ecf7d/autoselenium-0.1.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee98bf0f847a0ea5f3aed16e9137bd7a", "sha256": "9efccc3395b94c273ff4343d1a8fd1af8c11e0d2b0f35b499f087baab80813c8" }, "downloads": -1, "filename": "autoselenium-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ee98bf0f847a0ea5f3aed16e9137bd7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6847, "upload_time": "2022-05-13T09:18:42", "upload_time_iso_8601": "2022-05-13T09:18:42.829061Z", "url": "https://files.pythonhosted.org/packages/23/c0/8e020a23ac7f3b27a860784d090377c73aada56055a48b679e8271abb44c/autoselenium-0.1.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "3e063dd84a115af97fad4faad340a796", "sha256": "a5080358a1abfe26e51b8730d1b457e5c69ecd07a84cfba600345b837f438222" }, "downloads": -1, "filename": "autoselenium-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "3e063dd84a115af97fad4faad340a796", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7248, "upload_time": "2022-05-13T09:24:10", "upload_time_iso_8601": "2022-05-13T09:24:10.859285Z", "url": "https://files.pythonhosted.org/packages/c3/65/cc66286ddb9b1e983bdc8ad39be1708d2a65306f396edab464703431b4c9/autoselenium-0.1.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e19abccdbc9b477f850033bcc9f4f4da", "sha256": "31bcf49c4f4ef81965eb2866ad5273089ff649987208a5e1476de9404276482e" }, "downloads": -1, "filename": "autoselenium-0.1.8.tar.gz", "has_sig": false, "md5_digest": "e19abccdbc9b477f850033bcc9f4f4da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6828, "upload_time": "2022-05-13T09:24:12", "upload_time_iso_8601": "2022-05-13T09:24:12.844345Z", "url": "https://files.pythonhosted.org/packages/3f/f6/1841c39811f4e59416cb4abca61d3a93b4741356715f726290c998a84d24/autoselenium-0.1.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "c07d8709b9564d3cc9067c480e4c41c4", "sha256": "b925e5fa2726cd3c4efeb4c55d3b8691f828b800d9c97bcd211dd54845cd8f78" }, "downloads": -1, "filename": "autoselenium-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "c07d8709b9564d3cc9067c480e4c41c4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7249, "upload_time": "2022-05-13T09:27:45", "upload_time_iso_8601": "2022-05-13T09:27:45.934088Z", "url": "https://files.pythonhosted.org/packages/f0/59/ddfa999fa78e12303fbf50be8fda591e9c952e94488c52aa38965a4954ef/autoselenium-0.1.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c62875f11a24cac2282b09d651343713", "sha256": "d4f80e36ec18360d1b16c6dec5a48e9c1e6ce208319719aa9ea74b028df5398e" }, "downloads": -1, "filename": "autoselenium-0.1.9.tar.gz", "has_sig": false, "md5_digest": "c62875f11a24cac2282b09d651343713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6816, "upload_time": "2022-05-13T09:27:47", "upload_time_iso_8601": "2022-05-13T09:27:47.638715Z", "url": "https://files.pythonhosted.org/packages/70/1a/409414084b52824f878e257d3552dcc9de5e1ffd8b60df526b0e4a736ff9/autoselenium-0.1.9.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "11cc668c7420625cf071b699d1fa268a", "sha256": "6c4b1537eb4c3e20228081e1d0580b9422b11ffc04d99af7baacfeca55bd27d8" }, "downloads": -1, "filename": "autoselenium-0.1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "11cc668c7420625cf071b699d1fa268a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7262, "upload_time": "2022-05-13T09:31:49", "upload_time_iso_8601": "2022-05-13T09:31:49.232578Z", "url": "https://files.pythonhosted.org/packages/82/b5/f886c264c5cba3271a5b5af7e4e4e9a62c2b98eb0ffd34022f5f6062772c/autoselenium-0.1.10-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3049e8f7d25206c00e2d5db81a913909", "sha256": "3b7a67b39e99cb215a6172196452a3cf7d957e0404082d97fa25217ba4c3d76a" }, "downloads": -1, "filename": "autoselenium-0.1.10.tar.gz", "has_sig": false, "md5_digest": "3049e8f7d25206c00e2d5db81a913909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6873, "upload_time": "2022-05-13T09:31:51", "upload_time_iso_8601": "2022-05-13T09:31:51.044894Z", "url": "https://files.pythonhosted.org/packages/60/88/e931435a9a2736945b839f7fe96bee36320c440fa3a9f2525e3e43eb5c5d/autoselenium-0.1.10.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }