Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 720 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 720 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 --buildpack https://github.com/evosystem-jp/heroku-buildpack-firefox

# or if your app is already created:
$ heroku buildpacks:add https://github.com/evosystem-jp/heroku-buildpack-firefox

$ git push heroku master

Then, set Selenium configuration to below and launch.

  • geckodriver path to /app/vendor/geckodriver/geckodriver
  • firefox binary path to /app/vendor/firefox/firefox