Matias Fernandez
Matias Fernandez

Reputation: 128

How to set a custom chrome binary path for apparition driver?

I'm using apparition together with heroku-buildpack-google-chrome configured as unstable and I'm trying to specify a custom chrome binary path: /app/.apt/usr/bin/google-chrome-unstable.

Is there a way to do this in apparition?

Upvotes: 1

Views: 367

Answers (1)

Thomas Walpole
Thomas Walpole

Reputation: 49910

If you set the environment variable BROWSER_PATH it will be used as the location of the Chrome binary.

Upvotes: 3

Related Questions