Sha256: 289d8dd5cc47d078a6e3b4ecd06d99cd51a0e8ad83bc226acb643d04b62576df

Contents?: true

Size: 494 Bytes

Versions: 1

Compression:

Stored size: 494 Bytes

Contents

= 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iegrip-0.1.7 README.rdoc