step-security/Setup Chrome
Install and setup Google Chrome and Chromium
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| chrome-version | The Google Chrome/Chromium version to install and use. | no | stable |
| install-dependencies | Install dependent packages for Google Chrome/Chromium (Linux only). | — | false |
| install-chromedriver | Install the compatible version of ChromeDriver with the installed Google Chrome/Chromium. | — | false |
| no-sudo | Do not use sudo to install Google Chrome/Chromium (Linux only). | — | false |
Outputs
| name | description |
|---|---|
| chrome-version | The installed Google Chrome/Chromium version. Useful when given a latest version. |
| chrome-path | The installed Google Chrome/Chromium path. |
| chromedriver-version | The installed ChromeDriver version. Useful when given a latest version. |
| chromedriver-path | The installed ChromeDriver path. |