Skip to content
globe

GitHub Action

Install Chrome

v1.0.1 Latest version

Install Chrome

globe

Install Chrome

Install Chrome and ChromeDriver

Installation

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

              

- name: Install Chrome

uses: logikal-io/install-chrome@v1.0.1

Learn more about this action in logikal-io/install-chrome

Choose a version

Install Chrome

GitHub Action for installing Chrome and ChromeDriver.

Note: This action has been deprecated. You can migrate to using the more flexible run-logikal-playbook action instead:

- uses: logikal-io/run-logikal-playbook@v1
  with:
    roles: chromedriver
    vars: '{"chrome_package_version": "{version}"}'

Usage

steps:
  - uses: logikal-io/install-chrome@v1
    with:
      version: {version}

Inputs

version: Required, the version to install.

License

This GitHub Action is licensed under the MIT open source license.