Access to Windows Automation is provided by Ruby's WIN32OLE.
require 'win32ole' web_browser = WIN32OLE.new('InternetExplorer.Application') web_browser.visible = true web_browser.navigate('http://www.java2s.com/')