setup-chromedriver
ActionsTags
(2)This action sets up a ChromeDriver for use in actions
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.