chromedriver-autoinstaller


Namechromedriver-autoinstaller JSON
Version 0.6.4 PyPI version JSON
download
home_pagehttps://github.com/yeongbin-jo/python-chromedriver-autoinstaller
SummaryAutomatically install chromedriver that supports the currently installed version of chrome.
upload_time2024-01-28 15:30:22
maintainer
docs_urlNone
authorYeongbin Jo
requires_python>=3.6
licenseMIT
keywords chromedriver chrome chromium selenium
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chromedriver-autoinstaller
Automatically download and install [chromedriver](https://chromedriver.chromium.org/) that supports the currently installed version of chrome. This installer supports Linux, MacOS and Windows operating systems.

## Installation

```bash
pip install chromedriver-autoinstaller
```

## Usage
Just type `import chromedriver_autoinstaller` in the module you want to use chromedriver.

## Example
```
from selenium import webdriver
import chromedriver_autoinstaller


chromedriver_autoinstaller.install()  # Check if the current version of chromedriver exists
                                      # and if it doesn't exist, download it automatically,
                                      # then add chromedriver to path

driver = webdriver.Chrome()
driver.get("http://www.python.org")
assert "Python" in driver.title
```

## Authors & Contributors

- CHIDA <[iam.yeongbin.jo@gmail.com](mailto:iam.yeongbin.jo@gmail.com)>
- shawnCaza <[theshawn@gmail.com](mailto:theshawn@gmail.com)>


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yeongbin-jo/python-chromedriver-autoinstaller",
    "name": "chromedriver-autoinstaller",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "chromedriver chrome chromium selenium",
    "author": "Yeongbin Jo",
    "author_email": "iam.yeongbin.jo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/5a/9fc60c65673444d592b8922316c3abcd6177b42208c5a6179f96ccf0e11b/chromedriver-autoinstaller-0.6.4.tar.gz",
    "platform": null,
    "description": "# chromedriver-autoinstaller\nAutomatically download and install [chromedriver](https://chromedriver.chromium.org/) that supports the currently installed version of chrome. This installer supports Linux, MacOS and Windows operating systems.\n\n## Installation\n\n```bash\npip install chromedriver-autoinstaller\n```\n\n## Usage\nJust type `import chromedriver_autoinstaller` in the module you want to use chromedriver.\n\n## Example\n```\nfrom selenium import webdriver\nimport chromedriver_autoinstaller\n\n\nchromedriver_autoinstaller.install()  # Check if the current version of chromedriver exists\n                                      # and if it doesn't exist, download it automatically,\n                                      # then add chromedriver to path\n\ndriver = webdriver.Chrome()\ndriver.get(\"http://www.python.org\")\nassert \"Python\" in driver.title\n```\n\n## Authors & Contributors\n\n- CHIDA <[iam.yeongbin.jo@gmail.com](mailto:iam.yeongbin.jo@gmail.com)>\n- shawnCaza <[theshawn@gmail.com](mailto:theshawn@gmail.com)>\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatically install chromedriver that supports the currently installed version of chrome.",
    "version": "0.6.4",
    "project_urls": {
        "Homepage": "https://github.com/yeongbin-jo/python-chromedriver-autoinstaller"
    },
    "split_keywords": [
        "chromedriver",
        "chrome",
        "chromium",
        "selenium"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5b536f0b0add145c371b5282e881a687601899f2d27fae5d0595bc02026b67c",
                "md5": "a74f9cfdd7fb9416e663bec0d2d79b00",
                "sha256": "b12ed187ca9fac4d744deb588d221222ed50836384607e5303e6eab98bb9dc64"
            },
            "downloads": -1,
            "filename": "chromedriver_autoinstaller-0.6.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a74f9cfdd7fb9416e663bec0d2d79b00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7634,
            "upload_time": "2024-01-28T15:30:20",
            "upload_time_iso_8601": "2024-01-28T15:30:20.234774Z",
            "url": "https://files.pythonhosted.org/packages/a5/b5/36f0b0add145c371b5282e881a687601899f2d27fae5d0595bc02026b67c/chromedriver_autoinstaller-0.6.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d05a9fc60c65673444d592b8922316c3abcd6177b42208c5a6179f96ccf0e11b",
                "md5": "dc48646d2ffd3a3a73df6b9fa10cf85a",
                "sha256": "1b4df04b87e6107c730085b98e5fd541db3d1777c32b8bd08e2ca4b1244050af"
            },
            "downloads": -1,
            "filename": "chromedriver-autoinstaller-0.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "dc48646d2ffd3a3a73df6b9fa10cf85a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6944,
            "upload_time": "2024-01-28T15:30:22",
            "upload_time_iso_8601": "2024-01-28T15:30:22.385726Z",
            "url": "https://files.pythonhosted.org/packages/d0/5a/9fc60c65673444d592b8922316c3abcd6177b42208c5a6179f96ccf0e11b/chromedriver-autoinstaller-0.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 15:30:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yeongbin-jo",
    "github_project": "python-chromedriver-autoinstaller",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chromedriver-autoinstaller"
}
        
Elapsed time: 0.17241s