{"id":16905458,"url":"https://github.com/yokozuna59/webdriver-installer","last_synced_at":"2026-02-16T01:11:55.159Z","repository":{"id":44396547,"uuid":"494835760","full_name":"Yokozuna59/webdriver-installer","owner":"Yokozuna59","description":"A script installs the right drivers for your browsers, Chrome/Chromium and Firefox, works on Windows, Linux and Mac.","archived":false,"fork":false,"pushed_at":"2022-12-02T13:55:35.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T08:47:38.595Z","etag":null,"topics":["bash-script","curl","drivers","linux","macos","open-source","opensource","powershell","powershell-script","selenium","selenium-webdriver","windows"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yokozuna59.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-05-21T16:24:58.000Z","updated_at":"2023-05-13T08:22:06.000Z","dependencies_parsed_at":"2023-01-22T22:30:44.452Z","dependency_job_id":null,"html_url":"https://github.com/Yokozuna59/webdriver-installer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yokozuna59%2Fwebdriver-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yokozuna59%2Fwebdriver-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yokozuna59%2Fwebdriver-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yokozuna59%2Fwebdriver-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yokozuna59","download_url":"https://codeload.github.com/Yokozuna59/webdriver-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578876,"owners_count":21127713,"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":["bash-script","curl","drivers","linux","macos","open-source","opensource","powershell","powershell-script","selenium","selenium-webdriver","windows"],"created_at":"2024-10-13T18:38:36.278Z","updated_at":"2026-02-16T01:11:50.138Z","avatar_url":"https://github.com/Yokozuna59.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebDrivers Installer\n\n\u003e A script installs the right drivers for your browsers, Chrome/Chromium and Firefox, works on Windows, Linux and Mac.\n\n## Supported Platforms\n\n| OS | Supported | Tested |\n|:--:|:---------:|:------:|\n| macOS Intel | ✅ | ✅ |\n| macOS Apple Silicon | ✅ | N/A |\n| Linux x86_64 | ✅ | ✅ |\n| Linux i686 | ✅ | N/A |\n| Linux aarch64 | N/A | N/A |\n| Windows 64bit | ✅ | ✅ |\n| Windows 32bit | ✅ | N/A |\n| Windows Arm64 | N/A | N/A |\n\n## Requirements\n\n1. [cURL](https://curl.se/docs/install.html) or [Wget](http://mirrors.kernel.org/gnu/wget/) for Windows (WSL), Linux or Mac.\n\n## Run Remotely\n\n### Linux \u0026 Mac \u0026 Windows (WSL)\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Yokozuna59/\\\nwebdriver-installer/master/install.sh)\"\n# or /bin/bash -c \"$(wget -qO- https://raw.githubusercontent.com/Yokozuna59/\\\n# webdriver-installer/master/install.sh)\"\n```\n\n### Windows (PowerShell)\n\n```PowerShell\n$request = Invoke-RestMethod -URI 'https://raw.githubusercontent.com/\\\nYokozuna59/webdriver-installer/master/install.ps1'\nInvoke-Expression -Command \"$request\"\n```\n\n## Run Locally\n\n### Linux \u0026 Mac\n\n```bash\nchmod +x install.sh\n./install.sh\n```\n\n### Windows (WSL)\n\n```bash\nchmod +x install.sh\nsed -i 's/\\r$//' install.sh\n./install.sh\n```\n\n### Windows (PowerShell)\n\n```PowerShell\nSet-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser\n.\\install.ps1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyokozuna59%2Fwebdriver-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyokozuna59%2Fwebdriver-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyokozuna59%2Fwebdriver-installer/lists"}