setup-firefox

Install and setup Firefox

Usage

- uses: browser-actions/setup-firefox@v1
  with:
    # The Firefox version to install and use. Examples: 84.0,
    # 84.0.1, latest-esr
    firefox-version: "<your firefox version>"

Inputs

firefox-version
The Firefox version to install and use. Examples: 84.0, 84.0.1, latest-esr

Outputs

firefox-version
The installed Firefox version. Useful when given a latest version.
firefox-path
The installed Firefox path.