{"id":13508884,"url":"https://github.com/groupon/selenium-download","last_synced_at":"2025-03-30T11:32:58.769Z","repository":{"id":14689945,"uuid":"17409703","full_name":"groupon/selenium-download","owner":"groupon","description":"allow downloading of latest selenium standalone server and chromedriver","archived":false,"fork":false,"pushed_at":"2023-01-07T23:43:33.000Z","size":562,"stargazers_count":29,"open_issues_count":13,"forks_count":25,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-04-14T12:28:59.687Z","etag":null,"topics":["chromedriver","selenium","webdriver"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/groupon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-04T17:00:52.000Z","updated_at":"2023-12-01T22:27:41.000Z","dependencies_parsed_at":"2023-01-11T18:52:39.813Z","dependency_job_id":null,"html_url":"https://github.com/groupon/selenium-download","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupon%2Fselenium-download","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupon%2Fselenium-download/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupon%2Fselenium-download/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupon%2Fselenium-download/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groupon","download_url":"https://codeload.github.com/groupon/selenium-download/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314042,"owners_count":20757455,"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":["chromedriver","selenium","webdriver"],"created_at":"2024-08-01T02:00:59.951Z","updated_at":"2025-03-30T11:32:58.417Z","avatar_url":"https://github.com/groupon.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![nlm-github](https://img.shields.io/badge/github-groupon%2Fselenium--download%2Fissues-F4D03F?logo=github\u0026logoColor=white)](https://github.com/groupon/selenium-download/issues)\n![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js\u0026logoColor=white)\n![nlm-version](https://img.shields.io/badge/version-2.0.16-blue?logo=version\u0026logoColor=white)\n# selenium-download\n\nThis module allows you\nto download the latest versions\nof the selenium standalone server\nand the chromedriver.\n\nKeep up to date with changes\nby checking the\n[releases](https://github.com/groupon-testium/selenium-download/releases).\n\n## example\n\n```js\nvar selenium = require('selenium-download');\n\nselenium.ensure(__dirname + '/bin', function (error) {\n  if (error) console.error(error.stack);\n  process.exit(0);\n});\n```\n\n## api\n\n### selenium.ensure\n\n`ensure` ensures that\nthe selenium.jar and chromedriver\nfiles are in the path provided.\n\nIf they are not,\nthe latest versions of both\nare downloaded into that path.\n\n### selenium.update\n\n`update` forces\nthe selenium.jar and chromedriver\nfiles to be the latest available versions.\nPulls from temp directory if available.\n\n### selenium.forceUpdate\n\n`forceUpdate` forces\nthe selenium.jar and chromedriver\nfiles to be the latest available versions.\nClears temp directory before checking.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroupon%2Fselenium-download","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroupon%2Fselenium-download","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroupon%2Fselenium-download/lists"}