Skip to content
bookmark

GitHub Action

Setup Browser

v0.3.5 Latest version

Setup Browser

bookmark

Setup Browser

Install and setup various different browsers

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Browser

uses: abhi1693/setup-browser@v0.3.5

Learn more about this action in abhi1693/setup-browser

Choose a version

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/setup-browser@v0.3.4
    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