An open API service indexing awesome lists of open source software.

https://github.com/obehave-testing/42473195-running-selenium-on-nodejs

Setup to aid debugging a stackoverflow question: http://stackoverflow.com/questions/42473195/running-selenium-on-nodejs
https://github.com/obehave-testing/42473195-running-selenium-on-nodejs

Last synced: 8 months ago
JSON representation

Setup to aid debugging a stackoverflow question: http://stackoverflow.com/questions/42473195/running-selenium-on-nodejs

Awesome Lists containing this project

README

          

# Why
Setup to aid debugging a stackoverflow question: http://stackoverflow.com/questions/42473195/running-selenium-on-nodejs

# To install
- 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`
- Install the project `npm i`

# To run
`node index.js`