I am very new to ruby, i wanted to learn the ruby code. I have basic
knowledge. I have list of pages(URL), I saved in an excel. I wanted to
get those pages and needs to load in browser. Please find below basic
script which I wrote for page loading.
require ‘rubygems’
require ‘watir’
ie = Watir::IE.new
ie.goto(“http://google.com”)
ie.goto(“http://www.softwaretestinghelp.com/”)
ie.goto(“Manual Testing”)
ie.goto(“https://facebook.com”)
Please help to get it done.
Thanks and Regards, Vinayaka M N