First page Back Continue Last page Overview Graphics
Selenium Installation – Mac (Ruby)
Mac has all ruby files installed for you. So all you need to do:
Open terminal
Type in: gem install selenium-webdriver
Then type in: gem install cucumber
If you get “Not authorized” error message, change command to: sudo install selenium-webdriver and sudo install cucumber
Download RubyMine and install it. Select free trial option when going through installation process