= IEGrip IEgrip is Ruby library to control Internet Explorer(IE). * Windows Only = Installation # gem install iegrip = Usage require 'iegrip' ie = IEgrip::IE.new ie.navigate("www.yahoo.com") stream = ie.document.getElementByID("stream") stream.elements("a")[0].childNodes.each {|tag| p tag } = Documentation In RubyDoc.Info, all IEgrip classes are listed. http://rubydoc.info/gems/iegrip/ = Author yac@tech-notes.dyndns.org = License MIT