Setup to aid debugging a stackoverflow question: http://stackoverflow.com/questions/42473195/running-selenium-on-nodejs
- Install chromedriver
- Download chromedriver and save it to a (new) directory, such as
$HOME/bin
- On macOS add an entry to
/.bash_profile
that targets the directory above, e.g.export PATH=$PATH:$HOME/bin
- Download chromedriver and save it to a (new) directory, such as
- Install the project
npm i
node index.js