UWNetworksLab / node-chrome-runner

A small library to run Chrome
Apache License 2.0
2 stars 2 forks source link

Support linux chrome not in /usr/bin #3

Open willscott opened 9 years ago

willscott commented 9 years ago

I have chrome in my path, but installed in /opt, which is a common place for non-open-source binaries.

I've also had it in /usr/local/bin.

currently, the runner tells me it can't find it. In linux you should try calling a non-path-specified 'google-chrome' to search the path.