Skip to content

Setup Browser

Actions
Install and setup various different browsers
v0.3.5
Latest
Star (4)

Tags

 (1)

action ci - chrome action ci - firefox

setup-browser

This action sets various different browsers for use:

  • Install and setup latest Chrome
  • Install and setup latest Edge
  • Install and setup latest Firefox
  • Cross-platform runner (macOS, Linux, Windows)
  • Install by channel (stable, beta, dev)
  • Install by version number (88.0.4324, or 88.0)

Note: For Chrome versions refer to https://www.chromium.org/getting-involved/download-chromium/

Usage

Basic usage:

steps:
  - uses: abhi1693/[email protected]
    with:
      browser: chrome
      version: latest

Inputs

Name Description Default Required
browser The browser to install [chrome, edge, firefox]. N/A true
version The version to install. latest false

Outputs

Name Description
binary The name of the installed binary.
path Path of the installed binary.

License

MIT

Setup Browser 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

Install and setup various different browsers
v0.3.5
Latest

Tags

 (1)

Setup Browser 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.