chromedriver-autoinstaller-max


Namechromedriver-autoinstaller-max JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/max32002/chromedriver-autoinstaller-max
SummaryAutomatically install chromedriver that supports the currently installed version of chrome.
upload_time2024-02-19 01:37:10
maintainer
docs_urlNone
authorMax Yao
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-max

chromedriver-autoinstaller-max was forked from the original [python-chromedriver-autoinstaller](https://github.com/yeongbin-jo/python-chromedriver-autoinstaller) repository. 


## Installation

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

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

## Example
```
from selenium import webdriver
import chromedriver_autoinstaller_max


chromedriver_autoinstaller_max.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)>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/max32002/chromedriver-autoinstaller-max",
    "name": "chromedriver-autoinstaller-max",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "chromedriver chrome chromium selenium",
    "author": "Max Yao",
    "author_email": "weng.32002@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e0/9d/792e56b0eca7414dd2d2f6c4672bb049c416795251485b394a3ca3e54e09/chromedriver-autoinstaller-max-1.0.6.tar.gz",
    "platform": null,
    "description": "# chromedriver-autoinstaller-max\r\n\r\nchromedriver-autoinstaller-max was forked from the original [python-chromedriver-autoinstaller](https://github.com/yeongbin-jo/python-chromedriver-autoinstaller) repository. \r\n\r\n\r\n## Installation\r\n\r\n```bash\r\npip install chromedriver-autoinstaller-max\r\n```\r\n\r\n## Usage\r\nJust type `import chromedriver_autoinstaller_max` in the module you want to use chromedriver.\r\n\r\n## Example\r\n```\r\nfrom selenium import webdriver\r\nimport chromedriver_autoinstaller_max\r\n\r\n\r\nchromedriver_autoinstaller_max.install()  # Check if the current version of chromedriver exists\r\n                                      # and if it doesn't exist, download it automatically,\r\n                                      # then add chromedriver to path\r\n\r\ndriver = webdriver.Chrome()\r\ndriver.get(\"http://www.python.org\")\r\nassert \"Python\" in driver.title\r\n```\r\n\r\n## Authors & Contributors\r\n\r\n- CHIDA <[iam.yeongbin.jo@gmail.com](mailto:iam.yeongbin.jo@gmail.com)>\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatically install chromedriver that supports the currently installed version of chrome.",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://github.com/max32002/chromedriver-autoinstaller-max"
    },
    "split_keywords": [
        "chromedriver",
        "chrome",
        "chromium",
        "selenium"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0211cb9a47dff6862d2da25aaadd78e1c082f13707da181ec7ca169653e5cd25",
                "md5": "3188cb5fde639fd78efbc3b11781f3f1",
                "sha256": "52cf5d6663fbdaeb950679794d4d36240bf9b611428ac5572346b92a2bdb0a7f"
            },
            "downloads": -1,
            "filename": "chromedriver_autoinstaller_max-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3188cb5fde639fd78efbc3b11781f3f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8421,
            "upload_time": "2024-02-19T01:37:07",
            "upload_time_iso_8601": "2024-02-19T01:37:07.173213Z",
            "url": "https://files.pythonhosted.org/packages/02/11/cb9a47dff6862d2da25aaadd78e1c082f13707da181ec7ca169653e5cd25/chromedriver_autoinstaller_max-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e09d792e56b0eca7414dd2d2f6c4672bb049c416795251485b394a3ca3e54e09",
                "md5": "6849ef2aec483231bd5370e563d828fb",
                "sha256": "497aa773495a248c7514390dae9743fc7c80d857f67d35731bffa829585d7a8d"
            },
            "downloads": -1,
            "filename": "chromedriver-autoinstaller-max-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "6849ef2aec483231bd5370e563d828fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7692,
            "upload_time": "2024-02-19T01:37:10",
            "upload_time_iso_8601": "2024-02-19T01:37:10.280491Z",
            "url": "https://files.pythonhosted.org/packages/e0/9d/792e56b0eca7414dd2d2f6c4672bb049c416795251485b394a3ca3e54e09/chromedriver-autoinstaller-max-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 01:37:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "max32002",
    "github_project": "chromedriver-autoinstaller-max",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chromedriver-autoinstaller-max"
}
        
Elapsed time: 0.19655s