chromedriver-auto


Namechromedriver-auto JSON
Version 1.0.12 PyPI version JSON
download
home_pagehttps://github.com/pypa/sampleproject
SummaryThis package downloads and helps you use chromedriver without needing to keep chromedriver updated regularly. Works for version no: 115.XX.XX.X and upwords.
upload_time2023-08-26 09:46:24
maintainer
docs_urlNone
authorSorower Hossan
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Make sure you have upgraded version of pip
Windows
```
py -m pip install --upgrade pip
```

Linux/MAC OS
```
python3 -m pip install --upgrade pip
```

## Install
```
pip install chromedriver-auto

or 

pip3 install chromedriver-auto
```

## This package works for chrome version >= 115.0.5790.102
Recently(24 july 2023) Google has published a new website for providing chromedriver for newer versions of CHROME BROWSER.
Details: https://googlechromelabs.github.io/chrome-for-testing/ 

first it checks, if a chromedriver is already there or not. If no chromedriver or version miss-match found, it will download chromedriver automatically from the official website.

Use Code:


```
from chromedriver_auto.driver_ready import *
driver.get('https://www.google.com')
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pypa/sampleproject",
    "name": "chromedriver-auto",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sorower Hossan",
    "author_email": "sorower37@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/51/8b/05cf68abcea86dd66daeb66a487f6f25bd0dd66ba8182d5f17982f3afeed/chromedriver_auto-1.0.12.tar.gz",
    "platform": null,
    "description": "\n# Make sure you have upgraded version of pip\nWindows\n```\npy -m pip install --upgrade pip\n```\n\nLinux/MAC OS\n```\npython3 -m pip install --upgrade pip\n```\n\n## Install\n```\npip install chromedriver-auto\n\nor \n\npip3 install chromedriver-auto\n```\n\n## This package works for chrome version >= 115.0.5790.102\nRecently(24 july 2023) Google has published a new website for providing chromedriver for newer versions of CHROME BROWSER.\nDetails: https://googlechromelabs.github.io/chrome-for-testing/ \n\nfirst it checks, if a chromedriver is already there or not. If no chromedriver or version miss-match found, it will download chromedriver automatically from the official website.\n\nUse Code:\n\n\n```\nfrom chromedriver_auto.driver_ready import *\ndriver.get('https://www.google.com')\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This package downloads and helps you use chromedriver without needing to keep chromedriver updated regularly. Works for version no: 115.XX.XX.X and upwords.",
    "version": "1.0.12",
    "project_urls": {
        "Bug Tracker": "https://github.com/pypa/sampleproject/issues",
        "Homepage": "https://github.com/pypa/sampleproject"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73b9fd3a9106ecb6c3610e0c9355ce7e49f434c2fc562f2ee0036fabd86b1a5e",
                "md5": "aabeea9ebb01b87373b74ce8b5592997",
                "sha256": "8f74d9c5efee7c893e342156821a74b328a37ca966f83c7cf95a9ff89f27bd4d"
            },
            "downloads": -1,
            "filename": "chromedriver_auto-1.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aabeea9ebb01b87373b74ce8b5592997",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4509,
            "upload_time": "2023-08-26T09:46:22",
            "upload_time_iso_8601": "2023-08-26T09:46:22.653324Z",
            "url": "https://files.pythonhosted.org/packages/73/b9/fd3a9106ecb6c3610e0c9355ce7e49f434c2fc562f2ee0036fabd86b1a5e/chromedriver_auto-1.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "518b05cf68abcea86dd66daeb66a487f6f25bd0dd66ba8182d5f17982f3afeed",
                "md5": "4cf0d71405cab21c20d4a1266075bf5d",
                "sha256": "1604c206f15b90bd935c9bfbb6fb83857091f6cfb73d8fa9c9ce10a7a95ff106"
            },
            "downloads": -1,
            "filename": "chromedriver_auto-1.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "4cf0d71405cab21c20d4a1266075bf5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3868,
            "upload_time": "2023-08-26T09:46:24",
            "upload_time_iso_8601": "2023-08-26T09:46:24.352593Z",
            "url": "https://files.pythonhosted.org/packages/51/8b/05cf68abcea86dd66daeb66a487f6f25bd0dd66ba8182d5f17982f3afeed/chromedriver_auto-1.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-26 09:46:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "chromedriver-auto"
}
        
Elapsed time: 0.11916s