Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 580 Bytes

Heroku buildpack: Firefox with Geckodriver

This is a Heroku buildpack for Firefox. Meant to be used in combination with something like xvfb, for headless operation.

Usage

Example usage:

$ heroku create --stack cedar --buildpack http://github.com/evosystem-jp/heroku-buildpack-firefox

# or if your app is already created:
$ heroku config:add BUILDPACK_URL=http://github.com/evosystem-jp/heroku-buildpack-firefox

$ git push heroku master