All Projects → heroku → Heroku Buildpack Chromedriver

heroku / Heroku Buildpack Chromedriver

Installs chromedriver in a Heroku slug

Programming Languages

shell
77523 projects

heroku-buildpack-chromedriver

This buildpack installs chromedriver (the Selenium driver for Chrome) in a Heroku slug.

This buildpack only installs the chromedriver binary. To use Selenium with Chrome on Heroku, you'll also need Chrome. We suggest one of these buildpacks:

Configuring the downloaded version of chromedriver.

By default, this buildpack will download the latest release, which is provided by Google.

You can control the specific version by setting the CHROMEDRIVER_VERSION variable to an explicit version e.g. 2.39.

Releasing a new version

Make sure you publish this buildpack in the buildpack registry

heroku buildpacks:publish heroku/chromedriver master

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].