{"id":16026995,"url":"https://github.com/alexpdev/python-chromedriver-autoinstaller","last_synced_at":"2025-06-11T01:06:24.354Z","repository":{"id":174359581,"uuid":"652123917","full_name":"alexpdev/python-chromedriver-autoinstaller","owner":"alexpdev","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-11T06:56:13.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T04:21:06.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexpdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-11T06:53:44.000Z","updated_at":"2023-06-11T06:53:49.000Z","dependencies_parsed_at":"2023-06-15T05:30:26.447Z","dependency_job_id":null,"html_url":"https://github.com/alexpdev/python-chromedriver-autoinstaller","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"e2d3aeb5799babf7ee8169f1e5afb4ffe482f0ca"},"previous_names":["alexpdev/python-chromedriver-autoinstaller"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpdev%2Fpython-chromedriver-autoinstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpdev%2Fpython-chromedriver-autoinstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpdev%2Fpython-chromedriver-autoinstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpdev%2Fpython-chromedriver-autoinstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexpdev","download_url":"https://codeload.github.com/alexpdev/python-chromedriver-autoinstaller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpdev%2Fpython-chromedriver-autoinstaller/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178486,"owners_count":22817386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T20:04:33.203Z","updated_at":"2025-06-11T01:06:24.327Z","avatar_url":"https://github.com/alexpdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pychromedriver\nDownload [chromedriver](https://chromedriver.chromium.org/) for the currently installed version of chrome. \n\n## Installation\n\n```bash\n\n```\n\n## Usage\n\nWhen install is called it downloads the correct version of chromedriver and adds it to the sys.path.\n\n```python\nfrom selenium import webdriver\nfrom pychromedriver import ChromeInstaller\n\nChromeInstaller.install()\n\ndriver = webdriver.Chrome()\n```\n\nCalling install will also return the the path to the downloaded binary.\n\n```\nfrom selenium import webdriver\nfrom selenium.webdriver.chrome.service import Service as ChromeService\nfrom pychromedriver import ChromeInstaller\n\npath_to_chromedriver_binary = ChromeInstaller.install()\n\nservice = ChromeService(path_to_chromedriver_binary)\n\ndriver = webdriver.Chrome()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpdev%2Fpython-chromedriver-autoinstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexpdev%2Fpython-chromedriver-autoinstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpdev%2Fpython-chromedriver-autoinstaller/lists"}