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
- Host: GitHub
- URL: https://github.com/obehave-testing/42473195-running-selenium-on-nodejs
- Owner: Obehave-testing
- Created: 2017-02-27T01:59:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T02:08:44.000Z (over 9 years ago)
- Last Synced: 2025-07-01T11:55:08.495Z (12 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`