chromedriver-py


Namechromedriver-py JSON
Version 123.0.6312.105 PyPI version JSON
download
home_pagehttp://github.com/breuerfelix/chromedriver-py
Summarychromedriver binaries for all platforms
upload_time2024-04-05 00:07:40
maintainerNone
docs_urlNone
authorFelix Breuer
requires_pythonNone
licenseNone
keywords chromedriver cross-platform binaries binary
VCS
bugtrack_url
requirements requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chromedriver-py

downloads and installs the latest chromedriver binary version for automated testing of webapps.  
the installer supports linux, mac and windows operating systems.

this package is maintained by an automated update script on travis.  
if a new chromedriver version is out, this package will automaticly get updated within a day.

## installation

due to the way how the pipeline packages the binaries, you cannot install the package from github.  
installing from pypi is the only option.

__from pypi:__
```bash
$ pip install chromedriver-py
```

__specific version:__  
choose your version [here](https://pypi.org/project/chromedriver-py/#history)
```bash
# example for chrome version 88
pip install chromedriver-py==88.0.4324.96
```

## usage

to use chromedriver just `from chromedriver_py import binary_path`.  
you will get a string variable with the executable filepath for your operating system.

## example
```python
from selenium import webdriver
from chromedriver_py import binary_path # this will get you the path variable

svc = webdriver.ChromeService(executable_path=binary_path)
driver = webdriver.Chrome(service=svc)

# deprecated but works in older selenium versions
# driver = webdriver.Chrome(executable_path=binary_path)
driver.get("http://www.python.org")
assert "Python" in driver.title
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/breuerfelix/chromedriver-py",
    "name": "chromedriver-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "chromedriver cross-platform binaries binary",
    "author": "Felix Breuer",
    "author_email": "fbreuer@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/91/94/a3944a73827fb4acaa6491f4ddbee028846c6d4fe614d32d2960f9d38b2e/chromedriver-py-123.0.6312.105.tar.gz",
    "platform": null,
    "description": "# chromedriver-py\n\ndownloads and installs the latest chromedriver binary version for automated testing of webapps.  \nthe installer supports linux, mac and windows operating systems.\n\nthis package is maintained by an automated update script on travis.  \nif a new chromedriver version is out, this package will automaticly get updated within a day.\n\n## installation\n\ndue to the way how the pipeline packages the binaries, you cannot install the package from github.  \ninstalling from pypi is the only option.\n\n__from pypi:__\n```bash\n$ pip install chromedriver-py\n```\n\n__specific version:__  \nchoose your version [here](https://pypi.org/project/chromedriver-py/#history)\n```bash\n# example for chrome version 88\npip install chromedriver-py==88.0.4324.96\n```\n\n## usage\n\nto use chromedriver just `from chromedriver_py import binary_path`.  \nyou will get a string variable with the executable filepath for your operating system.\n\n## example\n```python\nfrom selenium import webdriver\nfrom chromedriver_py import binary_path # this will get you the path variable\n\nsvc = webdriver.ChromeService(executable_path=binary_path)\ndriver = webdriver.Chrome(service=svc)\n\n# deprecated but works in older selenium versions\n# driver = webdriver.Chrome(executable_path=binary_path)\ndriver.get(\"http://www.python.org\")\nassert \"Python\" in driver.title\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "chromedriver binaries for all platforms",
    "version": "123.0.6312.105",
    "project_urls": {
        "Homepage": "http://github.com/breuerfelix/chromedriver-py"
    },
    "split_keywords": [
        "chromedriver",
        "cross-platform",
        "binaries",
        "binary"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e549afc5617e163b89e54fcb9fe27b06f7ac5df69b51768ca9b512b747135c05",
                "md5": "03ffa755d6ad69977e51d28e03e3a66f",
                "sha256": "fc61766afcb9112d7b54ee65708c3114f08e07f7239e64a38e46126e35c4fe93"
            },
            "downloads": -1,
            "filename": "chromedriver_py-123.0.6312.105-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "03ffa755d6ad69977e51d28e03e3a66f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 41817021,
            "upload_time": "2024-04-05T00:07:36",
            "upload_time_iso_8601": "2024-04-05T00:07:36.593147Z",
            "url": "https://files.pythonhosted.org/packages/e5/49/afc5617e163b89e54fcb9fe27b06f7ac5df69b51768ca9b512b747135c05/chromedriver_py-123.0.6312.105-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9194a3944a73827fb4acaa6491f4ddbee028846c6d4fe614d32d2960f9d38b2e",
                "md5": "4b08401a59706c384ab85186bd8e3196",
                "sha256": "3adf113dc3db73a1b766e96f31c5be15be906f4757882f77e4aeeed08adee1a4"
            },
            "downloads": -1,
            "filename": "chromedriver-py-123.0.6312.105.tar.gz",
            "has_sig": false,
            "md5_digest": "4b08401a59706c384ab85186bd8e3196",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41736532,
            "upload_time": "2024-04-05T00:07:40",
            "upload_time_iso_8601": "2024-04-05T00:07:40.447631Z",
            "url": "https://files.pythonhosted.org/packages/91/94/a3944a73827fb4acaa6491f4ddbee028846c6d4fe614d32d2960f9d38b2e/chromedriver-py-123.0.6312.105.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 00:07:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "breuerfelix",
    "github_project": "chromedriver-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "chromedriver-py"
}
        
Elapsed time: 0.27640s