Hi,

I had this issue, and was partially what got me to migrate to Watir
from Selenium.  Assuming yours is the same setup as mine, I merely
attached to the open window like any other browser window using the
title.

e.g:  browser = Watir::IE.attach(:title, "Google")

I could then access any elements as normal as I would in the main
browser.

-- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general

Reply via email to