Skip to content

Obehave-testing/42473195-running-selenium-on-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published