Skip to content

evosystem-jp/heroku-buildpack-firefox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%