Hi

I'm trying to write a script that will look for and use a browser window 
(it can be either IE or Firefox) that is *already opened before the script 
is executed*. The attach method works for IE, but it can't with Firefox. I 
tried the window switching trick posted elsewhere, but that only seems to 
work when you clicked a link from the original browser window. It can't 
seem to find a window that was already opened before the script is run.

browser = Watir::Browser.attach(:url, /url.com/)

if browser==nil then

raise("Browser with expected URL segment could not be found")

end


Any ideas? Thanks in advance. (PS - If this was solved in a prior post, 
apologies for the repetition and please just point me to where. Thanks.)

-Mark

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to