Skip to content

Instantly share code, notes, and snippets.

@radarek
Created January 6, 2009 19:24
Show Gist options
  • Save radarek/43950 to your computer and use it in GitHub Desktop.
Save radarek/43950 to your computer and use it in GitHub Desktop.
require "win32ole"
sleep 5
ai = WIN32OLE.new("AutoItX3.Control")
ai.Send("{ENTER}")
require "win32ole"
require "watir"
IO.popen("ruby press_enter.rb")
puts "run ie"
ie = Watir::IE.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment