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:
- heroku-buildpack-google-chrome
to run Chrome with the
--headless
flag
This buildpack will download the latest release, which is provided by Chrome for testing.
Make sure you publish this buildpack in the buildpack registry
heroku buildpacks:publish heroku/chromedriver master