Watir is a great tool for automating web tests. It controls IE through its COM interface. Unfortunately however, Watir has no easy method for attaching to an embedded IE window. Google searches on the topic have little to offer on the topic. One poster offers a solution which he/she thought would work but failed in the end.
I have yet to come up a working solution for attaching to the com interface of an embedded IE browser using ruby. However, you can attach to an embedded IE instance using autoit's UDF (User Defined Functions) library called IE.au3.
