How To Install selenium-server-standalone
"selenium-server-standalone" - Browser automation for testing purposes. To know more: http://seleniumhq.org/Installation steps on Mac
- Open Terminal by pressing "command+space" then type terminal and hit Enter(return) key
- Install homebrew first if you haven't installed it already
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install selenium-server-standalone
brew install selenium-server-standalone
0 comments:
Post a Comment