Tuesday, March 24, 2015

Install selenium-webdriver and watir-webdriver for ruby

If you are using Ruby for test automation then you probably are already familiar with developing in Ruby. To add Selenium and watir to your Ruby environment run the following command from a command-line.

gem install selenium-webdriver

and

gem install watir-webdriver