Skip to content

emirdeliz/emirdeliz-chromedriver

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emirdeliz-chromedriver

Linux 64 Mac 64

This action sets up a ChromeDriver for use in actions.

OS/Platform support

  • ubuntu-latest, ubuntu-20.04 or ubuntu-18.04
  • macos-latest, macos-10.15

Usage

See action.yml

Inputs

input:
  version:
    description: 'The chromedriver version'
    default: 'latest'
  arch:
    description: 'The chromedriver arch (linux64, mac64 or mac_arm64)'
    default: 'linux64'
  download-path:
    description: 'The path to download chromedriver'
    default: ''