symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.94k stars 222 forks source link

[Question] Run in Heroku #166

Open raphaeldealmeida opened 5 years ago

raphaeldealmeida commented 5 years ago

How can I run a simple scrapping example on Heroku? Using https://github.com/heroku/heroku-buildpack-google-chrome with envvars PANTHER_CHROME_DRIVER_BINARY = /app/.apt/usr/bin/google-chrome don't work

dunglas commented 5 years ago

Were you using the master version? This env var is a new one, that is part of the latest release only.

matveynikon commented 4 years ago

Same question!