{"id":18378408,"url":"https://github.com/choonchernlim/selenium-driver-installer","last_synced_at":"2026-04-25T21:34:21.922Z","repository":{"id":147258068,"uuid":"167613323","full_name":"choonchernlim/selenium-driver-installer","owner":"choonchernlim","description":"Dynamically installs the latest Selenium browser driver and set its system property.","archived":false,"fork":false,"pushed_at":"2019-01-25T21:18:29.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T13:44:26.828Z","etag":null,"topics":["selenium"],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/choonchernlim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-01-25T21:02:41.000Z","updated_at":"2019-01-25T21:15:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c3f9f9d-67bc-4031-a92e-37eec28ce051","html_url":"https://github.com/choonchernlim/selenium-driver-installer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/choonchernlim/selenium-driver-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choonchernlim%2Fselenium-driver-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choonchernlim%2Fselenium-driver-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choonchernlim%2Fselenium-driver-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choonchernlim%2Fselenium-driver-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/choonchernlim","download_url":"https://codeload.github.com/choonchernlim/selenium-driver-installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choonchernlim%2Fselenium-driver-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["selenium"],"created_at":"2024-11-06T00:33:31.347Z","updated_at":"2026-04-25T21:34:21.906Z","avatar_url":"https://github.com/choonchernlim.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# selenium-driver-installer [![Build Status](https://travis-ci.org/choonchernlim/selenium-driver-installer.svg?branch=master)](https://travis-ci.org/choonchernlim/selenium-driver-installer) [![codecov](https://codecov.io/gh/choonchernlim/selenium-driver-installer/branch/master/graph/badge.svg)](https://codecov.io/gh/choonchernlim/selenium-driver-installer)\n\nDynamically installs the latest Selenium browser driver and set its system property. Supported browser driver:-\n\n* Chrome - `webdriver.chrome.driver` system property will be set to the installed driver path.\n\n## Maven Dependency\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.choonchernlim\u003c/groupId\u003e\n    \u003cartifactId\u003eselenium-driver-installer\u003c/artifactId\u003e\n    \u003cversion\u003e0.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## How to Use It\n\n```groovy\nclass ServiceNowChangeRequestSeleniumClient {\n    static void main(String[] args) {\n        // Add this line... and that's it.\n        SeleniumDriverInstaller.chrome()\n\n        final WebDriver driver = new ChromeDriver()\n        ...\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoonchernlim%2Fselenium-driver-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchoonchernlim%2Fselenium-driver-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoonchernlim%2Fselenium-driver-installer/lists"}