Installation - Selenium in ruby

To start working with selenium in Ruby, you will need 2 things.
  • Ruby compiler
  • selenium-webdriver gem
So google out these softwares and install them on your system. Post-installation, don’t forget to set the path variable to point to the ruby installation directory To install the selenium-webdriver gem, you will need to fire below command from the command prompt.
 
gem install selenium-webdriver 

Web development and Automation testing

solutions delivered!!