{"id":14978832,"url":"https://github.com/nanasess/setup-chromedriver","last_synced_at":"2025-04-07T07:18:18.482Z","repository":{"id":42693657,"uuid":"212466133","full_name":"nanasess/setup-chromedriver","owner":"nanasess","description":"ChromeDriver for use in GitHub Actions","archived":false,"fork":false,"pushed_at":"2024-04-07T14:51:36.000Z","size":53282,"stargazers_count":101,"open_issues_count":13,"forks_count":37,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T14:19:00.661Z","etag":null,"topics":["chromedriver","codeception","e2e-tests","github-actions","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nanasess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["nanasess"]}},"created_at":"2019-10-03T00:13:54.000Z","updated_at":"2024-04-30T00:23:21.535Z","dependencies_parsed_at":"2023-10-15T15:05:30.842Z","dependency_job_id":"71f0e5f7-f3ba-426c-bedf-f54500115d97","html_url":"https://github.com/nanasess/setup-chromedriver","commit_stats":{"total_commits":137,"total_committers":7,"mean_commits":"19.571428571428573","dds":0.3795620437956204,"last_synced_commit":"84acad34296f8efdf85f935eb5fcc477e1337cb0"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanasess%2Fsetup-chromedriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanasess%2Fsetup-chromedriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanasess%2Fsetup-chromedriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanasess%2Fsetup-chromedriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanasess","download_url":"https://codeload.github.com/nanasess/setup-chromedriver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608160,"owners_count":20965953,"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","codeception","e2e-tests","github-actions","selenium-webdriver"],"created_at":"2024-09-24T13:58:29.688Z","updated_at":"2025-04-07T07:18:18.445Z","avatar_url":"https://github.com/nanasess.png","language":"Shell","funding_links":["https://github.com/sponsors/nanasess"],"categories":[],"sub_categories":[],"readme":"# setup-chromedriver\n\n[![Test chromedriver on *NIX](https://github.com/nanasess/setup-chromedriver/actions/workflows/test.yml/badge.svg)](https://github.com/nanasess/setup-chromedriver/actions/workflows/test.yml)\n[![Test chromedriver on Windows](https://github.com/nanasess/setup-chromedriver/actions/workflows/windows.yml/badge.svg)](https://github.com/nanasess/setup-chromedriver/actions/workflows/windows.yml)\n[![GitHub](https://img.shields.io/github/license/nanasess/setup-chromedriver)](./LICENSE)\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/nanasess)](https://github.com/sponsors/nanasess)\n\nThis action sets up a [ChromeDriver](https://chromedriver.chromium.org/) for use in actions\n\n## OS/Platform support\n\n- ubuntu-latest, ubuntu-24.04, ubuntu-22.04 and ubuntu-20.04\n- macos-latest, macos-14 and macos-13\n- windows-latest, windows-2022 and windows-2019\n\n# Usage\n\nSee [action.yml](action.yml)\n\n## for ubuntu-latest, macos-latest\n\n``` yaml\nsteps:\n- uses: actions/checkout@v2\n- uses: nanasess/setup-chromedriver@v2\n  with:\n    # Optional: do not specify to match Chrome's version\n    chromedriver-version: '88.0.4324.96'\n    # Optional: if your chrome binary name is different\n    chromeapp: chrome\n- run: |\n    export DISPLAY=:99\n    chromedriver --url-base=/wd/hub \u0026\n    sudo Xvfb -ac :99 -screen 0 1280x1024x24 \u003e /dev/null 2\u003e\u00261 \u0026 # optional\n ```\n\n## for windows-latest\n\n``` yaml\nsteps:\n- uses: actions/checkout@v2\n- uses: nanasess/setup-chromedriver@v2\n  with:\n    # Optional: do not specify to match Chrome's version\n    chromedriver-version: '88.0.4324.96'\n- run: chromedriver --url-base=/wd/hub \u0026\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanasess%2Fsetup-chromedriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanasess%2Fsetup-chromedriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanasess%2Fsetup-chromedriver/lists"}