This action sets by Geckodriver for use in actions by:
- downloading and caching a version of Geckodriver by version and add to PATH
Valid inputs:
geckodriver-version
: Specific version of geckodriver to use.token
: GitHub access token. Used to avoid rate limits.
Basic usage:
steps:
- uses: browser-actions/setup-geckodriver@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: geckodriver --version