Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

setup-chromedriver

Actions
Setup chromedriver
v1.0.1
Star (118)

setup-chromedriver

GitHub Actions status LICENSE

This action sets up a ChromeDriver for use in actions

Usage

See action.yml

steps:
- uses: actions/checkout@master
- uses: nanasess/setup-chromedriver@master
  with:
    # Optional: do not specify to match Chrome's version
    chromedriver-version: '77.0.3865.40'
- run: |
    export DISPLAY=:99
    chromedriver --url-base=/wd/hub &
    sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional

setup-chromedriver is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup chromedriver
v1.0.1

setup-chromedriver is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.