{"id":37206612,"url":"https://github.com/daicmod/wdinstaller","last_synced_at":"2026-01-14T23:46:48.959Z","repository":{"id":38842295,"uuid":"501766735","full_name":"daicmod/wdinstaller","owner":"daicmod","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-25T18:10:42.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T03:52:18.648Z","etag":null,"topics":["agouti","go","golang","selenium","webdriver"],"latest_commit_sha":null,"homepage":"","language":"Go","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/daicmod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-09T18:29:41.000Z","updated_at":"2022-06-25T17:50:17.000Z","dependencies_parsed_at":"2022-09-18T09:13:20.468Z","dependency_job_id":null,"html_url":"https://github.com/daicmod/wdinstaller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daicmod/wdinstaller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daicmod%2Fwdinstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daicmod%2Fwdinstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daicmod%2Fwdinstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daicmod%2Fwdinstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daicmod","download_url":"https://codeload.github.com/daicmod/wdinstaller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daicmod%2Fwdinstaller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"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":["agouti","go","golang","selenium","webdriver"],"created_at":"2026-01-14T23:46:48.354Z","updated_at":"2026-01-14T23:46:48.946Z","avatar_url":"https://github.com/daicmod.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wdinstaller\n\n## Webdriver installer for Golang\n\nThis is the webdriver installer module.\nIf webdriver is out of date or does not match your browser version, install the latest webdriver.\n\nFor now support:\n\n[ChromeDriver](https://chromedriver.chromium.org/)  \n[GeckoDriver](https://github.com/mozilla/geckodriver)  \n[MicrosoftEdgeDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)  \n\n## Usage\n\nUse it with [agouti](https://github.com/sclevine/agouti).\n\n```go\nfunc main() {\n  opt := wdinstaller.Option{DestPath: \"./\"}\n  if err := wdinstaller.EdgeDriverInstaller(opt); err != nil {\n    panic(err)\n  }\n\n  edgeDriver := agouti.EdgeDriver(agouti.Browser(\"msedge\"))\n  defer edgeDriver.Stop()\n  if err := edgeDriver.Start(); err != nil {\n\t  panic(err)\n  }\n  edgePage, _ := edgeDriver.NewPage()\n  edgePage.Navigate(\"https://www.google.com\")\n}\n  \n```\n\n## Instalation\n\n```\n$ go get github.com/daicmod/wdinstaller\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaicmod%2Fwdinstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaicmod%2Fwdinstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaicmod%2Fwdinstaller/lists"}