IE Browser instance is open. How do I get the process id for the Browser instance or opened tab for the browser using WATIR or Ruby:
require "Watir"
browser = Watir::Browser.new
browser.goto "www.google.com"
puts Watir::Browser::Process.process_id_from_hwnd browser.hwnd
here is the above tested via IRB
This is however newer version than you are using, so your mileage may vary