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
No comments:
Post a Comment