heroku-integrated-firefox-geckodriver icon indicating copy to clipboard operation
heroku-integrated-firefox-geckodriver copied to clipboard

Buildpack enables your client code to access Firefox along with Geckodriver in a Heroku slug.

Results 12 heroku-integrated-firefox-geckodriver issues
Sort by recently updated
recently updated
newest added

Missing semicolon in switch statement.

Updated gecko driver version for firefox to run on heroku

Thank you for the buildpack! I've followed the instructions from [here](https://elements.heroku.com/buildpacks/pyronlaboratory/heroku-integrated-firefox-geckodriver) and also made sure to add all the environmental variables, but i still get this error ``` 2022-03-30T20:22:27.706157+00:00 app[worker.1]:...

Hi! I recently created a new app in Heroku, installed the buildpack, added the ENV variables and it is not working. I tried different things commented on other issues (I'm...

driver-configuration
ruby

remote: -----> Installing requirements with pip remote: -----> Firefox remote: geckodriver app detected remote: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 16: cd: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/fonts: No such file or directory remote: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 82: syntax error...

remote: -----> Firefox remote: geckodriver app detected remote: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 16: cd: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/fonts: No such file or directory remote: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 82: syntax error near unexpected token `;' remote: !...

I created a fork here ( https://github.com/checktest82/heroku-firefox-geckofork ) to fix an error that was stated here: https://github.com/pyronlaboratory/heroku-integrated-firefox-geckodriver/issues/16 I deployed my application to test here: https://github.com/checktest82/test-package I added all environment variables...