/puppet-chromedriver

Puppet module to install chromedriver

Primary LanguageRubyMIT LicenseMIT

chromedriver

Build Status Codecov

Puppet module for installing Chromedriver.

Table of Contents

  1. Description
  2. Setup - The basics of getting started with chromedriver
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

Allows developers to manage their installation of chromedriver and make sure that they are can use the most recent version.

chromedriver only supports the most recent version of Google Chrome. This puts a lot of incentive on making sure that chromedriver installations use the most recent available version.

Setup

Setup Requirements

Usage

Basic Usage

include chromedriver

Custom chromedriver version

class { 'chromedriver':
  version => '2.36'
}

Limitations

Linux and Mac versions of the chromedriver binary do not support 32-bit

Development

Development, testing of this module was done with the help of PDK. If you want to contribute, feel free to fork and submit a PR but please make sure that pdk test and pdk validate succeeds.